Skip to content

Commit

Permalink
Setup secrets, use switch instead of bool (#3269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton authored Sep 14, 2023
1 parent f080763 commit 1fcf070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/setup_secrets.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env pwsh
# Helper script for applying the same user secrets to each project
param (
[bool]$clear,
[switch]$clear,
[Parameter(ValueFromRemainingArguments = $true, Position=1)]
$cmdArgs
)
Expand Down

0 comments on commit 1fcf070

Please sign in to comment.