This commit is contained in:
Markus Fleschutz 2021-06-08 13:31:04 +02:00
parent cd2bd97708
commit d112db2e7b

View File

@ -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"
}
}