Unverified Commit 61613bee authored by Viktor Szépe's avatar Viktor Szépe Committed by GitHub
Browse files

Fix SC2230

parent d94f241d
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment