From f494e3297173fad30de3eba51b9997e927522e37 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 24 Aug 2024 16:16:23 -0300 Subject: Makefile: Use raw gpg key-id --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4196606..897a0fd 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ clean: gpg -d < $< > $@ $(all-secrets.txt.gpg): - gpg -ae `src/keys/gpg-recipients.sh` < $* > $@ + gpg -aer eu@euandre.org < $* > $@ ## Prints the latest 500 lines of the application and keeps tailing it. -- cgit v1.2.3