mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
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:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user