fix(andax/bump_extras.rhai): Return the correct branch for Rawhide on Bodhi functions (#7455) (#7478)

(cherry picked from commit 6bb19fa5c3)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-11-19 02:58:51 -08:00
committed by GitHub
parent 1977d85c4b
commit 07f8dd19a4
+1 -1
View File
@@ -14,7 +14,7 @@ fn as_bodhi_ver(branch) {
}
return `EPEL-${release}`;
} else if branch == "frawhide" {
return "F43";
return "F44";
} else if branch.starts_with("f") {
branch.crop(1);
return `F${branch}`;