summaryrefslogtreecommitdiffstats
path: root/.gnupg
diff options
context:
space:
mode:
Diffstat (limited to '.gnupg')
-rwxr-xr-x.gnupg/pinentry-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gnupg/pinentry-wrapper b/.gnupg/pinentry-wrapper
index 229ad94..b160cc0 100755
--- a/.gnupg/pinentry-wrapper
+++ b/.gnupg/pinentry-wrapper
@@ -8,9 +8,9 @@
case $PINENTRY_USER_DATA in
curses)
- exec /usr/local/bin/pinentry-curses "$@"
+ exec $(brew --prefix)/bin/pinentry-curses "$@"
;;
*)
- exec /usr/local/bin/pinentry-tty "$@"
+ exec $(brew --prefix)/bin/pinentry-tty "$@"
;;
esac