Skip to content

Commit 3df2696

Browse files
committed
pacman-helper: fix indentation
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 08d9487 commit 3df2696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pacman-helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ quick_action () { # <action> <file>...
331331
then
332332
cp "$path".sig "$dir/$arch/" ||
333333
die "Could not copy $path.sig to $dir/$arch"
334-
all_files="$all_files $arch/$file.sig"
334+
all_files="$all_files $arch/$file.sig"
335335
elif test -n "$GPGKEY"
336336
then
337337
echo "Signing $arch/$file..." >&2
@@ -549,7 +549,7 @@ quick_action () { # <action> <file>...
549549
echo "Would upload $path to release" >&2
550550
continue
551551
fi
552-
echo "Uploading $path to release $id" >&2
552+
echo "Uploading $path to release $id" >&2
553553
case "$path" in
554554
*.sig) content_type=application/pgp-signature;;
555555
*) content_type=application/x-xz;;

0 commit comments

Comments
 (0)