mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-22 20:51:17 +01: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.") {
|
||||
"NOTE: not on a branch, nothing to pull"
|
||||
} else {
|
||||
throw "'git pull' failed" }
|
||||
throw "'git pull' failed"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user