We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d9487 commit 3df2696Copy full SHA for 3df2696
pacman-helper.sh
@@ -331,7 +331,7 @@ quick_action () { # <action> <file>...
331
then
332
cp "$path".sig "$dir/$arch/" ||
333
die "Could not copy $path.sig to $dir/$arch"
334
- all_files="$all_files $arch/$file.sig"
+ all_files="$all_files $arch/$file.sig"
335
elif test -n "$GPGKEY"
336
337
echo "Signing $arch/$file..." >&2
@@ -549,7 +549,7 @@ quick_action () { # <action> <file>...
549
echo "Would upload $path to release" >&2
550
continue
551
fi
552
- echo "Uploading $path to release $id" >&2
+ echo "Uploading $path to release $id" >&2
553
case "$path" in
554
*.sig) content_type=application/pgp-signature;;
555
*) content_type=application/x-xz;;
0 commit comments