aboutsummaryrefslogtreecommitdiff
path: root/scripts/paku
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/paku2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/paku b/scripts/paku
index b568a7d..ea98be3 100755
--- a/scripts/paku
+++ b/scripts/paku
@@ -218,7 +218,7 @@ refresh_packages() {
for N in $INDEXES; do
NAME="$(jq -r ".packages[$N].name" < paku.json)"
SUFFIX="$(jq -r ".packages[$N].suffix" < paku.json)"
- cd "../$NAME/"
+ cd "../../published/$NAME/"
if [ "$SUFFIX" = '-latest' ]; then
NEW_VERSION="$(git rev-parse HEAD)"
else