Skip to content

Commit

Permalink
maint: fix makefile signatures
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <[email protected]>
  • Loading branch information
jdolitsky committed Jan 22, 2021
1 parent 4891e69 commit ccd6d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ fetch-dist:

.PHONY: sign
sign:
for f in $$(ls _dist/*.{gz,.txt} 2>/dev/null) ; do \
for f in $$(ls _dist/*.{gz,txt} 2>/dev/null) ; do \
gpg --armor --detach-sign $${f} ; \
done

0 comments on commit ccd6d00

Please sign in to comment.