From 3da06a23f1806e7c80e6faae4513baad35262519 Mon Sep 17 00:00:00 2001 From: Rodrigo Ribeiro Gomes Date: Wed, 11 Sep 2024 09:54:58 -0300 Subject: [PATCH] Fix in publish script --- publish.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";