mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
fix(ps1): missing comma
This commit is contained in:
parent
721ceacd4c
commit
c35cbb9804
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue