adjust path to minor/nightly

This commit is contained in:
Jamie Murphy 2023-08-05 00:42:04 +01:00 committed by Daniel Wozniak
parent cdf020c5c5
commit b6cb55a1f7

View file

@ -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: