mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-05-10 18:44:50 +02:00
Fix typo
This commit is contained in:
parent
cd2bd97708
commit
d112db2e7b
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user