From 5975f9615503eac684d01d15187241d88a1222a0 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 31 Jul 2024 23:10:21 +0200 Subject: [PATCH] Fix incorrect documentation comment --- scripts/Windows/OS/Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 0d239e1e..17bc2e4e 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -11,6 +11,7 @@ . "$PSScriptRoot/User/Install.ps1"; <# + .SYNOPSIS Finishes the installation of a running Windows machine. #> function Start-WindowsInstallation {