Fix syntax error

This commit is contained in:
Manuel Thalmann 2024-08-01 12:31:25 +02:00
parent 4d3dd0ba33
commit a39174fe48

View file

@ -23,12 +23,12 @@ function Update-WindowsInstallation {
Write-Information "A Reboot is Required!";
Write-Information "Windows will reboot now and the installation will be continued automatically.";
return;
}
} else {
Write-Information "Upgrading Windows finished successfully!";
return;
}
}
}
Start-UpdateLoop;
}