File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments