summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-24 16:16:23 -0300
committerEuAndreh <eu@euandre.org>2024-08-24 16:16:23 -0300
commitf494e3297173fad30de3eba51b9997e927522e37 (patch)
tree77bd9381647431736c56d16c7aa8156a83434b46 /Makefile
parentRecover root@id_rsa configuration (diff)
downloadasami-f494e3297173fad30de3eba51b9997e927522e37.tar.gz
asami-f494e3297173fad30de3eba51b9997e927522e37.tar.xz
Makefile: Use raw gpg key-id
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.