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

(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:56:52 -08:00
committed by GitHub
parent 3f0d64d34a
commit 2d972d69fa
+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}`;