Fix syntax error
This commit is contained in:
parent
5ff8639898
commit
8ad65912be
|
@ -23,10 +23,10 @@ function Update-WindowsInstallation {
|
||||||
Write-Information "A Reboot is Required!";
|
Write-Information "A Reboot is Required!";
|
||||||
Write-Information "Windows will reboot now and the installation will be continued automatically.";
|
Write-Information "Windows will reboot now and the installation will be continued automatically.";
|
||||||
return;
|
return;
|
||||||
|
} else {
|
||||||
|
Write-Information "Upgrading Windows finished successfully!";
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
Write-Information "Upgrading Windows finished successfully!";
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue