mirror of
https://github.com/cmderdev/cmder.git
synced 2025-11-06 12:22:34 +08:00
minor typo fix
This commit is contained in:
@@ -127,7 +127,7 @@ if($Compile) {
|
|||||||
else {
|
else {
|
||||||
Write-Verbose "successfully built Cmder v$version!"
|
Write-Verbose "successfully built Cmder v$version!"
|
||||||
if ( $Env:APPVEYOR -eq 'True' ) {
|
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
|
Pop-Location
|
||||||
|
|||||||
Reference in New Issue
Block a user