diff --git a/publish.ps1 b/publish.ps1 index 6620181..fd207d9 100644 --- a/publish.ps1 +++ b/publish.ps1 @@ -4,7 +4,7 @@ [CmdletBinding()] param( $ApiKey = $Env:PSGALERY_KEY - [switch]$CompileDoc + ,[switch]$CompileDoc ) $ErrorActionPreference = "Stop";