diff options
Diffstat (limited to 'pkgkit')
-rwxr-xr-x | pkgkit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |