Fix typo
This commit is contained in:
parent
afa570e498
commit
43f6e2e44a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ $oobeSystemSettings = Get-PassSettings "oobeSystem";
|
|||
$oobeSystemSettings.SelectSingleNode("./ua:component/ua:FirstLogonCommands/ua:SynchronousCommand[last()]/ua:CommandLine", $namespace).InnerText += "`npwsh '$env:SETUP_SCRIPT_NAME';";
|
||||
|
||||
if ($Global:SetupConfigPostprocessor) {
|
||||
$Global:SetupConfigPostprocessorpartitionCreations.Invoke($unattendedConfig, $namespace);
|
||||
$Global:SetupConfigPostprocessor.Invoke($unattendedConfig, $namespace);
|
||||
}
|
||||
|
||||
$unattendedConfig.PreserveWhitespace = $true;
|
||||
|
|
Loading…
Reference in a new issue