1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-08 00:16:49 +02:00

Update fetch-repos.ps1

This commit is contained in:
Markus Fleschutz
2021-03-19 07:32:43 +01:00
committed by GitHub
parent bbc19d1116
commit d572bf467c

@ -30,7 +30,7 @@ try {
set-location ..
}
write-host -foregroundColor green "OK - fetched repositories under $ParentDir"
write-host -foregroundColor green "OK - fetched updates for Git repositories under $ParentDir"
exit 0
} catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"