Reword log messages

This commit is contained in:
Manuel Thalmann 2024-08-01 12:32:43 +02:00
parent 8f0e147fa0
commit be41a143c0

View file

@ -24,7 +24,7 @@ function Update-WindowsInstallation {
Write-Information "Windows will reboot now and the installation will be continued automatically.";
return;
} else {
Write-Information "Upgrading Windows finished successfully!";
Write-Information "Updating Windows finished successfully!";
return;
}
}