From 78b5d823719162d208c8e11778d403c7c01f338b Mon Sep 17 00:00:00 2001 From: Sanoob Pattanath <1174257+pshanoop@users.noreply.github.com> Date: Thu, 29 Dec 2022 06:19:02 +0100 Subject: fix: copy action for new gopass config format (#37) --- tessen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tessen b/tessen index 9edf170..9500ebb 100755 --- a/tessen +++ b/tessen @@ -440,7 +440,7 @@ wld_copy() { return 1 fi elif [[ $pass_backend == "gopass" ]]; then - tsn_cliptime="$(gopass config cliptimeout)" + tsn_cliptime="$(gopass config core.cliptimeout)" tsn_cliptime="${tsn_cliptime##*: }" if ! are_digits "$tsn_cliptime"; then printf "%s\n" "invalid clipboard timeout value in cliptimeout" >&2 -- cgit v1.2.3