Browse Source

Setup secrets, use switch instead of bool (#3269)

pull/3272/head
Oscar Hinton 2 years ago committed by GitHub
parent
commit
1fcf070765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dev/setup_secrets.ps1

2
dev/setup_secrets.ps1

@ -1,7 +1,7 @@ @@ -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
)

Loading…
Cancel
Save