Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskirkpat committed Jul 29, 2021
1 parent 34787ad commit b061354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/bin/rke2-uninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Write-LogWarn {
Write-Host -ForegroundColor Gray ("{0,-44}" -f ($args -join " "))
}
function Write-LogError {
Write-Host -NoNewline -ForegroundColor DarkRed "ERRO: "
Write-Host -NoNewline -ForegroundColor DarkRed "ERROR: "
Write-Host -ForegroundColor Gray ("{0,-44}" -f ($args -join " "))
}
function Write-LogFatal {
Expand Down

0 comments on commit b061354

Please sign in to comment.