diff options
author | EuAndreh <eu@euandre.org> | 2022-08-12 19:45:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-12 19:45:04 -0300 |
commit | 77836f84774ebfec87df11a01490542757afb646 (patch) | |
tree | cd2b14c26ee30a4c8f4b6e784748d868e0d5e45b /scripts | |
parent | EuAndreh.key: Update public key (diff) | |
download | package-repository-77836f84774ebfec87df11a01490542757afb646.tar.gz package-repository-77836f84774ebfec87df11a01490542757afb646.tar.xz |
scripts/paku: Update path to published repositories
Diffstat (limited to '')
-rwxr-xr-x | scripts/paku | 2 |
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 |