From 3316de34f12ff2fe7a1e4f83cb6557aed9be1e68 Mon Sep 17 00:00:00 2001 From: twangboy Date: Thu, 7 Nov 2024 10:51:47 -0700 Subject: [PATCH] Update docs for RepoUrl --- bootstrap-salt.ps1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index 781bda5..fc862ab 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -75,10 +75,9 @@ param( [Parameter(Mandatory=$false, ValueFromPipeline=$True)] [Alias("r")] - # URL to the windows packages. Will look for a file named repo.json at the - # root of the URL. This file is used to determine the name and location of - # the installer in the repo. If repo.json is not found, it will look for the - # file under the minor directory. + # URL to the windows packages. Will look for the installer at the root of + # the URL/Version. Place a folder for each version of Salt in this directory + # and place the installer binary for each version in its folder. # Default is "https://packages.broadcom.com/artifactory/saltproject-generic/windows/" [String]$RepoUrl = "https://packages.broadcom.com/artifactory/saltproject-generic/windows/",