Fix SC2230

This commit is contained in:
Viktor Szépe 2020-07-16 06:13:15 +02:00 committed by GitHub
parent d94f241d3c
commit 61613bee98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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