From bc802d92d364e78484a2434f3a57bfc149d3af78 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no>
Date: Fri, 1 Dec 2023 18:25:52 +0100
Subject: [PATCH] Fallback to QT password prompt

---
 .gnupg/pinentry-auto.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gnupg/pinentry-auto.sh b/.gnupg/pinentry-auto.sh
index 79c1d0d..f56eead 100755
--- a/.gnupg/pinentry-auto.sh
+++ b/.gnupg/pinentry-auto.sh
@@ -34,5 +34,5 @@ case "${PINENTRY_USER_DATA-}" in
 esac
 
 # Otherwise, use any UI (configured by Debian Alternatives System)
-# Note: Will fall back to curses if $DISPLAY is not available.
+# Note: Will fall back to qt if $DISPLAY is not available.
 exec pinentry-qt "$@"
\ No newline at end of file
-- 
GitLab