mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 23:51:18 +02:00
Fix typo
This commit is contained in:
@ -22,7 +22,7 @@ try {
|
|||||||
if ("$Result" -match "You are not currently on a branch.") {
|
if ("$Result" -match "You are not currently on a branch.") {
|
||||||
"NOTE: not on a branch, nothing to pull"
|
"NOTE: not on a branch, nothing to pull"
|
||||||
} else {
|
} else {
|
||||||
throw "'git pull' failed" }
|
throw "'git pull' failed"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user