From 5c4404f82b4337d00e79c1fc5005c2c9cdf187bc Mon Sep 17 00:00:00 2001 From: AJ Schroeder <6432150+ajschroeder@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:22:12 -0500 Subject: [PATCH] fix: typo --- scripts/windows/windows-init.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows/windows-init.ps1 b/scripts/windows/windows-init.ps1 index e28786b..affda61 100644 --- a/scripts/windows/windows-init.ps1 +++ b/scripts/windows/windows-init.ps1 @@ -5,7 +5,7 @@ $ErrorActionPreference = 'Stop' -# Set network connections provile to Private mode. +# Set network connections profile to Private mode. Write-Output 'Setting the network connection profiles to Private...' $connectionProfile = Get-NetConnectionProfile While ($connectionProfile.Name -eq 'Identifying...') {