fix(ps1): missing comma

This commit is contained in:
Dafydd Jones 2021-02-03 19:48:36 +00:00
parent 617ab7d21e
commit 50e478de8b
No known key found for this signature in database
GPG key ID: 2AECA3C95F1A80A7

View file

@ -98,7 +98,7 @@ Param(
[string]$master = "not-specified", [string]$master = "not-specified",
[Parameter(Mandatory=$false,ValueFromPipeline=$true)] [Parameter(Mandatory=$false,ValueFromPipeline=$true)]
[string]$repourl= "https://repo.saltproject.io/windows" [string]$repourl= "https://repo.saltproject.io/windows",
[Parameter(Mandatory=$false,ValueFromPipeline=$true)] [Parameter(Mandatory=$false,ValueFromPipeline=$true)]
[switch]$ConfigureOnly [switch]$ConfigureOnly