minor typo fix

This commit is contained in:
David Refoua
2018-03-31 00:03:39 +04:30
committed by GitHub
parent d6569192fc
commit 94e7c24b72

View File

@ -127,7 +127,7 @@ if($Compile) {
else {
Write-Verbose "successfully built Cmder v$version!"
if ( $Env:APPVEYOR -eq 'True' ) {
Add-AppveyorMessage -Message "Building Cmder v$version was successfull." -Category Information
Add-AppveyorMessage -Message "Building Cmder v$version was successful." -Category Information
}
}
Pop-Location