Skip to content

Commit

Permalink
fix shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
David Creemer committed Apr 23, 2024
1 parent 756c6cd commit 79f821f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1pass
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ USAGE

sanity_check()
{
programs=($OPBIN jq "$GPG" expect)
programs=("$OPBIN" jq "$GPG" expect)

if [ "$use_totp" == "1" ]; then
programs+=(oathtool)
Expand Down

0 comments on commit 79f821f

Please sign in to comment.