Skip to content

Commit 435440a

Browse files
committed
fix typo
1 parent 9305079 commit 435440a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAutopilotProfile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function Invoke-CIPPStandardAutopilotProfile {
5959
if ($Settings.NotLocalAdmin -eq $true) { $userType = 'Standard' } else { $userType = 'Administrator' }
6060
if ($Settings.SelfDeployingMode -eq $true) {
6161
$DeploymentMode = 'shared'
62-
$Setings.AllowWhiteGlove = $false
62+
$Settings.AllowWhiteGlove = $false
6363
} else {
6464
$DeploymentMode = 'singleUser'
6565
}

0 commit comments

Comments
 (0)