From 72061fd68613e010c42781b12487cc4773d01270 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Mon, 25 Nov 2024 11:45:47 +0100 Subject: [PATCH] remove excess colon in after install prompt --- install_windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_windows.ps1 b/install_windows.ps1 index 17cc0d4..b35ac3e 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -10,7 +10,7 @@ ChocolateyInstall WSLInstall Write-Host "Installation Steps complete!" -ForegroundColor Cyan -$continue = Read-Host "Continue with configuration? [Y/n]:" +$continue = Read-Host "Continue with configuration? [Y/n]" if ($continue.ToLower() -eq 'n') { return }