summaryrefslogtreecommitdiff
path: root/remote.inc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'remote.inc.sh')
-rw-r--r--remote.inc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.inc.sh b/remote.inc.sh
index 4e31696..9882db5 100644
--- a/remote.inc.sh
+++ b/remote.inc.sh
@@ -16,7 +16,7 @@ remote_has_package() {
remote_get_all_refs "$remote" refs
- in_array "$remote/$pkgname" "${refs[@]}"
+ in_array "packages/$pkgname" "${refs[@]}"
}
remote_is_tracking() {