aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-04 13:54:18 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-04 13:54:18 +0100
commitcc249cec9ca858caf529ec4475ee750ff72ac4cc (patch)
treeeb6ed9cc7d6a91e8b7c5fcc295ac99d1d8753f2c /.local/share
parentb8d6e0d83a098b090d97f2eee0d3164377a93476 (diff)
remove debug logging from gig-gpg script
Diffstat (limited to '.local/share')
-rwxr-xr-x.local/share/bin/gpg-git1
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/share/bin/gpg-git b/.local/share/bin/gpg-git
index 281b793..df0feca 100755
--- a/.local/share/bin/gpg-git
+++ b/.local/share/bin/gpg-git
@@ -1,5 +1,4 @@
#!/bin/sh
GPG_KEY_ID="$GPG_ID_GIT" # see ~/.profile
GPG_KEY_PASSPHRASE="$(pass "gpg/$GPG_KEY_ID.asc" | head -n1)"
-echo "gpg $*" >> ~/gpg-git.txt
gpg --batch --no-tty --pinentry-mode loopback --passphrase "$GPG_KEY_PASSPHRASE" "$@"