diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index 33621a8..a0d7042 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -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