Skip to content

Commit

Permalink
Fix in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
rrg92 committed Sep 11, 2024
1 parent ba8c2da commit 3da06a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[CmdletBinding()]
param(
$ApiKey = $Env:PSGALERY_KEY
[switch]$CompileDoc
,[switch]$CompileDoc
)

$ErrorActionPreference = "Stop";
Expand Down

0 comments on commit 3da06a2

Please sign in to comment.