From 2977e6c42cbe552b8b572a6d39663b2a2fbad92b Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Fri, 9 Oct 2020 11:33:25 +0300 Subject: [PATCH] fixed naming --- images/win/windows2016.json | 2 +- images/win/windows2019.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ] }, {