Skip to content

Commit 3316de3

Browse files
committed
Update docs for RepoUrl
1 parent f56ce5c commit 3316de3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

bootstrap-salt.ps1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ param(
7575

7676
[Parameter(Mandatory=$false, ValueFromPipeline=$True)]
7777
[Alias("r")]
78-
# URL to the windows packages. Will look for a file named repo.json at the
79-
# root of the URL. This file is used to determine the name and location of
80-
# the installer in the repo. If repo.json is not found, it will look for the
81-
# file under the minor directory.
78+
# URL to the windows packages. Will look for the installer at the root of
79+
# the URL/Version. Place a folder for each version of Salt in this directory
80+
# and place the installer binary for each version in its folder.
8281
# Default is "https://packages.broadcom.com/artifactory/saltproject-generic/windows/"
8382
[String]$RepoUrl = "https://packages.broadcom.com/artifactory/saltproject-generic/windows/",
8483

0 commit comments

Comments
 (0)