diff --git a/images/win/windows2016.json b/images/win/windows2016.json index f2389d42..21bcfff4 100644 --- a/images/win/windows2016.json +++ b/images/win/windows2016.json @@ -331,7 +331,7 @@ "type": "powershell", "scripts": [ "{{ template_dir }}/scripts/Installers/Install-Pipx.ps1", - "{{ template_dir }}/scripts/Installers/Install-Pipx-Packages.ps1" + "{{ template_dir }}/scripts/Installers/Install-PipxPackages.ps1" ] }, { diff --git a/images/win/windows2019.json b/images/win/windows2019.json index 7e082f20..62bf1b94 100644 --- a/images/win/windows2019.json +++ b/images/win/windows2019.json @@ -329,7 +329,7 @@ "type": "powershell", "scripts": [ "{{ template_dir }}/scripts/Installers/Install-Pipx.ps1", - "{{ template_dir }}/scripts/Installers/Install-Pipx-Packages.ps1" + "{{ template_dir }}/scripts/Installers/Install-PipxPackages.ps1" ] }, {