mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
adjust path to minor/nightly
This commit is contained in:
parent
cdf020c5c5
commit
b6cb55a1f7
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ def rpm(
|
|||
_create_repo_file(repo_file_path, f"minor/{salt_version}")
|
||||
|
||||
if nightly_build_from:
|
||||
nightly_link = create_repo_path.parent / "nightly"
|
||||
nightly_link = create_repo_path.parent / "minor/nightly"
|
||||
ctx.info(f"Creating '{nightly_link.relative_to(repo_path)}' symlink ...")
|
||||
nightly_link.symlink_to(f"minor/{salt_version}")
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue