Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
61613bee
Unverified
Commit
61613bee
authored
Jul 16, 2020
by
Viktor Szépe
Committed by
GitHub
Jul 16, 2020
Browse files
Fix SC2230
parent
d94f241d
Changes
1
Show whitespace changes
Inline
Side-by-side
deploy/vault_cli.sh
View file @
61613bee
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment