format fix

This commit is contained in:
Bob Belnap 2018-02-16 09:19:47 -05:00
parent b8418ced44
commit c86755f1ab
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ vault_deploy() {
fi
VAULT_CMD=$(which vault)
if [ ! $? ]; then
if [ ! $? ]; then
_err "cannot find vault binary!"
return 1
fi