From 79ba777cd2d28c7ca0930667666ec5fe02ea7aa7 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Wed, 22 Mar 2023 03:36:18 +0530 Subject: ci: fix shfmt error --- tessen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tessen b/tessen index 239a227..37d2660 100755 --- a/tessen +++ b/tessen @@ -323,9 +323,9 @@ key_otp() { _die "invalid OTP detected" fi - if [[ "$1" == "autotype" ]]; then + if [[ $1 == "autotype" ]]; then auto_type "$tmp_otp" - elif [[ "$1" == "copy" ]]; then + elif [[ $1 == "copy" ]]; then wld_copy "$tmp_otp" else key_action "$tmp_otp" -- cgit v1.2.3