Browse Source

format fix

pull/1270/head
Bob Belnap 7 years ago
parent
commit
c86755f1ab
  1. 2
      deploy/vault.sh

2
deploy/vault.sh

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

Loading…
Cancel
Save