aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-12 19:45:04 -0300
committerEuAndreh <eu@euandre.org>2022-08-12 19:45:04 -0300
commit77836f84774ebfec87df11a01490542757afb646 (patch)
treecd2b14c26ee30a4c8f4b6e784748d868e0d5e45b /scripts
parentEuAndreh.key: Update public key (diff)
downloadpackage-repository-77836f84774ebfec87df11a01490542757afb646.tar.gz
package-repository-77836f84774ebfec87df11a01490542757afb646.tar.xz
scripts/paku: Update path to published repositories
Diffstat (limited to 'scripts')
-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