index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | package.inc.sh | 2 |
diff --git a/package.inc.sh b/package.inc.sh index e688ad0..a0e5ce4 100644 --- a/package.inc.sh +++ b/package.inc.sh @@ -181,7 +181,7 @@ package_get_repos_with_arch() { while read -r path; do IFS=/- read -r _ repo arch <<<"$path" printf '%s %s\n' "$repo" "$arch" - done < <(git ls-tree --name-only "$remote/packages/$pkgname" repos/) + done < <(git ls-tree --name-only "remotes/$remote/packages/$pkgname" repos/) } package_get_arches() { |