Skip to content

Commit 519fbff

Browse files
committed
Fix comment location after addition of gpg_args
1 parent 9cbb0d3 commit 519fbff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ repo:
1616
just eol ${id} ${rebase}
1717
done
1818

19-
# Generate update information and appstream data
2019
gpg_args=()
2120
if [ -n "${DEBEMAIL:-}" ]
2221
then
2322
gpg_args+=(--gpg-sign="${DEBEMAIL}")
2423
fi
2524

25+
# Generate update information and appstream data
2626
set -x
2727
flatpak \
2828
build-update-repo \

0 commit comments

Comments
 (0)