From 5586ce2a0dd78153eefab82052f2ec3b99fd9e9b Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Tue, 17 Dec 2024 20:37:18 +0000
Subject: Tidy up.

---
 .local/bin/ssh-askpass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.local/bin')

diff --git a/.local/bin/ssh-askpass b/.local/bin/ssh-askpass
index f68c3da..d3bbc91 100755
--- a/.local/bin/ssh-askpass
+++ b/.local/bin/ssh-askpass
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-# Remember to export SSH_ASKPASS=~/.local/bin/ssh-askpass
+# Remember to export SSH_ASKPASS=~/.local/bin/ssh-askpass in your .bashrc
 RESULT=$(pinentry-curses --ttytype=xterm-color --lc-ctype=en_US.UTF8 --ttyname=/dev/tty <<END | grep -E '^(D|ERR)'
 SETDESC Enter your SSH password:
 SETPROMPT
-- 
cgit v1.2.3