aboutsummaryrefslogtreecommitdiff
path: root/pkgkit
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-10-14 21:30:02 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-10-14 21:30:02 +0200
commit1fe2776b26d6fe83e7bcd662386e6448754c7ca9 (patch)
treeedfa8246a5d8631bd2139deae748caf54998af13 /pkgkit
parent307af8fd5a3e74ebcb64ac5bbe57493b59ead233 (diff)
downloadapkbuilds-1fe2776b26d6fe83e7bcd662386e6448754c7ca9.tar.gz
apkbuilds-1fe2776b26d6fe83e7bcd662386e6448754c7ca9.tar.bz2
apkbuilds-1fe2776b26d6fe83e7bcd662386e6448754c7ca9.zip
feat: fix remote pathing
Diffstat (limited to 'pkgkit')
-rwxr-xr-xpkgkit2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgkit b/pkgkit
index 327c0ec..6b9c004 100755
--- a/pkgkit
+++ b/pkgkit
@@ -225,7 +225,7 @@ upload_pkg() (
aver="$(get_aver)"
set -x
- path="$remote_path/$aver/$repo/$arch"
+ path="$remote_path/$aver/$arch"
ssh "$remote" mkdir -p "$path"
url=$(echo "$remote" | cut -d@ -f2)