minor edit – added a character to the verbose output

This commit is contained in:
David Refoua 2018-03-28 22:34:28 +04:30 committed by GitHub
parent c817df2032
commit 624deec2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ if($Compile) {
throw "msbuild failed to build the executable."
}
else {
Write-Verbose "successfully built Cmder $Version!"
Write-Verbose "successfully built Cmder v$Version!"
}
Pop-Location
} else {