diff options
author | Ben Sima <ben@bsima.me> | 2021-06-30 09:59:32 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-06-30 09:59:32 -0400 |
commit | 68517d43c625d9269ef5f1eb60729b9b00fec831 (patch) | |
tree | 226c439c18e295c7055a160ac1655ed1307fe71f /gpg-unlock | |
parent | 270638d4436e607988fac23666d68f2977d5b1a2 (diff) |
explicit gpgid
Diffstat (limited to 'gpg-unlock')
-rwxr-xr-x | gpg-unlock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/usr/bin/env bash -echo "test" | gpg --clearsign | gpg --verify +echo "test" | gpg --clearsign --local-user $GPGID | gpg --verify |