From d45e9b165ce48d0655a4f4b5cab8beef65eae38a Mon Sep 17 00:00:00 2001 From: Jan Möller Date: Thu, 30 Mar 2023 10:25:27 +0200 Subject: fix: revert rename of pass_backend config key This fixes the issue https://github.com/ayushnix/tessen/issues/38 --- tessen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tessen b/tessen index 05fe494..c890613 100755 --- a/tessen +++ b/tessen @@ -640,7 +640,7 @@ parse_config() { # here comes the ladder # the -p, -d, and -a options will be parsed and set only if they're not # already set, i.e., from the argparse - if [[ $key == "_PASS_BACKEND" ]] && [[ -z $_PASS_BACKEND ]]; then + if [[ $key == "pass_backend" ]] && [[ -z $_PASS_BACKEND ]]; then validate_pass_backend "$val" readonly _PASS_BACKEND elif [[ $key == "dmenu_backend" ]] && [[ -z $_DMENU_BACKEND ]]; then -- cgit v1.2.3