fix(ps1): missing comma

This commit is contained in:
Dafydd Jones 2021-02-03 19:48:36 +00:00 committed by Pedro Algarvio
parent 721ceacd4c
commit c35cbb9804

View file

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