diff options
author | Sanoob Pattanath <1174257+pshanoop@users.noreply.github.com> | 2022-12-29 06:19:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-29 10:49:02 +0530 |
commit | 78b5d823719162d208c8e11778d403c7c01f338b (patch) | |
tree | 0220129faab84ac7c83876b7a30edb8586e0b434 | |
parent | f81c6d63ff7eaa415ba82937f435e4b1fe2839f7 (diff) |
fix: copy action for new gopass config format (#37)
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |