From 7f4bb36cca213805b7847e5f21f73ad904b93d88 Mon Sep 17 00:00:00 2001 From: Lucid One Date: Sat, 17 Feb 2018 14:21:51 -0500 Subject: Fixed lint errors (#49) --- otp.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otp.bash b/otp.bash index 7d42f66..f0f4d0d 100755 --- a/otp.bash +++ b/otp.bash @@ -379,9 +379,9 @@ cmd_otp_uri() { fi done <<< "$contents" - if [[ clip -eq 1 ]]; then + if [[ $clip -eq 1 ]]; then clip "$otp_uri" "OTP key URI for $path" - elif [[ qrcode -eq 1 ]]; then + elif [[ $qrcode -eq 1 ]]; then qrcode "$otp_uri" "OTP key URI for $path" else echo "$otp_uri" -- cgit v1.2.3