Update switch-branch.ps1

This commit is contained in:
Markus Fleschutz 2022-05-11 14:37:24 +02:00
parent 348403a3ba
commit cb282a067b

View File

@ -53,7 +53,7 @@ try {
$RepoDirName = (get-item "$RepoDir").Name
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
"✔️ switched 📂$RepoDirName repo to '$BranchName' branch in $Elapsed sec"
"✔️ switched to '$BranchName' in 📂$RepoDirName repo in $Elapsed sec"
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"