From 3b976c7acb0ce875060102c0c80f655b479aa5d4 Mon Sep 17 00:00:00 2001 From: Leon Zandman Date: Mon, 15 Apr 2024 16:21:18 +0200 Subject: [PATCH] Filename fix. (#9689) Co-authored-by: Leon Zandman --- images/windows/scripts/build/Configure-System.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/windows/scripts/build/Configure-System.ps1 b/images/windows/scripts/build/Configure-System.ps1 index e20b295d..d02dde2a 100644 --- a/images/windows/scripts/build/Configure-System.ps1 +++ b/images/windows/scripts/build/Configure-System.ps1 @@ -193,4 +193,4 @@ $disableTaskNames | ForEach-Object { Disable-ScheduledTask @PSItem -ErrorAction Ignore } | Out-Null -Write-Host "Finalize-VM.ps1 - completed" +Write-Host "Configure-System.ps1 - completed"