fix: typo

This commit is contained in:
AJ Schroeder
2025-06-10 15:22:12 -05:00
parent 78e6cdcf84
commit 5c4404f82b

View File

@@ -5,7 +5,7 @@
$ErrorActionPreference = 'Stop' $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...' Write-Output 'Setting the network connection profiles to Private...'
$connectionProfile = Get-NetConnectionProfile $connectionProfile = Get-NetConnectionProfile
While ($connectionProfile.Name -eq 'Identifying...') { While ($connectionProfile.Name -eq 'Identifying...') {