From b061354140101afc130456590cea66e66c3855ee Mon Sep 17 00:00:00 2001 From: Ross Kirkpatrick Date: Thu, 29 Jul 2021 19:26:26 -0400 Subject: [PATCH] fix typo --- bundle/bin/rke2-uninstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bin/rke2-uninstall.ps1 b/bundle/bin/rke2-uninstall.ps1 index abd3cc7a58..f8cef43a12 100644 --- a/bundle/bin/rke2-uninstall.ps1 +++ b/bundle/bin/rke2-uninstall.ps1 @@ -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 {