From 77836f84774ebfec87df11a01490542757afb646 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Aug 2022 19:45:04 -0300 Subject: scripts/paku: Update path to published repositories --- scripts/paku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/paku') 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 -- cgit v1.2.3