fix(andax/bump_extras.rhai): Add repo field to alma (#8185) (#8196)

I realized I forgot to add this here too right after it was merged, fixing it now.


(cherry picked from commit 49cde2ab3a)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-12-08 10:12:41 -08:00
committed by GitHub
parent 17e73199f6
commit b5ae2f6500
+1 -1
View File
@@ -24,7 +24,7 @@ fn alma_vr(pkg, repo, branch) {
}
}
fn alma(pkg, branch) {
fn alma(pkg, repo, branch) {
let vr = alma_vr(pkg, repo, branch);
return(vr[1]);
}