Reword log messages
This commit is contained in:
parent
8ad65912be
commit
203da2ae3f
|
@ -24,7 +24,7 @@ function Update-WindowsInstallation {
|
||||||
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 {
|
} else {
|
||||||
Write-Information "Upgrading Windows finished successfully!";
|
Write-Information "Updating Windows finished successfully!";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue