From 92dfed3a653605d7f21b45e72d81437b393728ed Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Fri, 10 Feb 2017 16:57:20 +0100 Subject: [PATCH] Fixed nopush parameter in Publish.ps1 --- Publish.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Publish.ps1 b/Publish.ps1 index 417e532..23fff30 100644 --- a/Publish.ps1 +++ b/Publish.ps1 @@ -1,4 +1,4 @@ -param([switch]$nopush = "nopush") +param([switch]$nopush) New-Item -Path publish -Type directory -Force | Out-Null