Improve output of create-branch.ps1

This commit is contained in:
Markus Fleschutz 2021-04-26 14:38:39 +02:00
parent dc7dd8d410
commit e2188fa160

View File

@ -31,7 +31,7 @@ try {
& git submodule update --init --recursive
if ($lastExitCode -ne "0") { throw "'git submodule update' failed" }
"✔️ created new branch 🌵$NewBranchName"
"✔️ created new branch 🌵$NewBranchName in Git repository $RepoDir"
exit 0
} catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"