commit 78b5d823719162d208c8e11778d403c7c01f338b
parent f81c6d63ff7eaa415ba82937f435e4b1fe2839f7
Author: Sanoob Pattanath <1174257+pshanoop@users.noreply.github.com>
Date: Thu, 29 Dec 2022 06:19:02 +0100
fix: copy action for new gopass config format (#37)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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