From bf1dda1212870b731b74ea5e6993629d96411718 Mon Sep 17 00:00:00 2001 From: Jamie Murphy Date: Sat, 5 Aug 2023 01:31:21 +0100 Subject: [PATCH] Update create.py --- tools/pkg/repo/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pkg/repo/create.py b/tools/pkg/repo/create.py index 88f4da9a02e..97934817a1e 100644 --- a/tools/pkg/repo/create.py +++ b/tools/pkg/repo/create.py @@ -526,7 +526,7 @@ def rpm( if nightly_build_from: nightly_latest_repo_file_path = create_repo_path.parent / "nightly_latest.repo" - _create_repo_file(nightly_latest_repo_file_path, "minor/nightly", "nightly") + _create_repo_file(nightly_latest_repo_file_path, "minor/nightly", "latest") nightly_link = create_repo_path.parent / "minor/nightly" ctx.info(f"Creating '{nightly_link.relative_to(repo_path)}' symlink ...")