Browse Source

Fix SC2230

pull/3051/head
Viktor Szépe 4 years ago
committed by GitHub
parent
commit
61613bee98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      deploy/vault_cli.sh

2
deploy/vault_cli.sh

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

Loading…
Cancel
Save