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

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

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-12-08 12:09:39 -06:00
committed by GitHub
parent 367e4fba9f
commit 49cde2ab3a
+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]);
}