Update switch-branch.ps1

This commit is contained in:
Markus Fleschutz 2022-04-27 09:39:27 +02:00
parent d3f95bb4b7
commit 81e4acdefd

View File

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