From a956d9e9a10de07596ef49d8885c2459f62e9560 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 31 Dec 2022 22:08:52 -0500 Subject: [PATCH] ci: remove typo in chocolatey template (#944) --- scripts/windows/choco/chocolateyinstall.ps1.template | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/windows/choco/chocolateyinstall.ps1.template b/scripts/windows/choco/chocolateyinstall.ps1.template index a9245d18..c914ea9e 100644 --- a/scripts/windows/choco/chocolateyinstall.ps1.template +++ b/scripts/windows/choco/chocolateyinstall.ps1.template @@ -13,4 +13,3 @@ $packageArgs = @{ } Install-ChocolateyZipPackage @packageArgs -j \ No newline at end of file