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

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:25 -08:00
committed by GitHub
parent 6b5287a89d
commit f83a1cd155
+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]);
}