Fixed lint errors (#49)

This commit is contained in:
Lucid One 2018-02-17 14:21:51 -05:00 committed by Tad Fisher
parent fd083fab36
commit 7f4bb36cca
1 changed files with 2 additions and 2 deletions

View File

@ -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"