Commit c86755f1 authored by Bob Belnap's avatar Bob Belnap
Browse files

format fix

parent b8418ced
...@@ -44,7 +44,7 @@ vault_deploy() { ...@@ -44,7 +44,7 @@ vault_deploy() {
fi fi
VAULT_CMD=$(which vault) VAULT_CMD=$(which vault)
if [ ! $? ]; then if [ ! $? ]; then
_err "cannot find vault binary!" _err "cannot find vault binary!"
return 1 return 1
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment