From c35cbb98049822e81547bfe52902ae929c00d379 Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Wed, 3 Feb 2021 19:48:36 +0000 Subject: [PATCH] fix(ps1): missing comma --- bootstrap-salt.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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