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

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