diff --git a/images/windows/templates/windows-2019.json b/images/windows/templates/windows-2019.json index 7dcd0335e..8c6bd3192 100644 --- a/images/windows/templates/windows-2019.json +++ b/images/windows/templates/windows-2019.json @@ -151,7 +151,7 @@ "scripts": [ "{{ template_dir }}/../scripts/build/Configure-WindowsDefender.ps1", "{{ template_dir }}/../scripts/build/Configure-PowerShell.ps1", - "{{ template_dir }}/../scripts/build/Install-PowershellModules.ps1", + "{{ template_dir }}/../scripts/build/Install-PowerShellModules.ps1", "{{ template_dir }}/../scripts/build/Install-WindowsFeatures.ps1", "{{ template_dir }}/../scripts/build/Install-Chocolatey.ps1", "{{ template_dir }}/../scripts/build/Configure-BaseImage.ps1", diff --git a/images/windows/templates/windows-2022.json b/images/windows/templates/windows-2022.json index 871d6aac9..fd9ed2057 100644 --- a/images/windows/templates/windows-2022.json +++ b/images/windows/templates/windows-2022.json @@ -135,7 +135,7 @@ "scripts": [ "{{ template_dir }}/../scripts/build/Configure-WindowsDefender.ps1", "{{ template_dir }}/../scripts/build/Configure-PowerShell.ps1", - "{{ template_dir }}/../scripts/build/Install-PowershellModules.ps1", + "{{ template_dir }}/../scripts/build/Install-PowerShellModules.ps1", "{{ template_dir }}/../scripts/build/Install-WindowsFeatures.ps1", "{{ template_dir }}/../scripts/build/Install-Chocolatey.ps1", "{{ template_dir }}/../scripts/build/Configure-BaseImage.ps1",