Browse Source

format fix

Bob Belnap 7 years ago
parent
commit
c86755f1ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/vault.sh

+ 1 - 1
deploy/vault.sh

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