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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ try {
set-location .. 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 exit 0
} catch { } catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"