1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

format fix

This commit is contained in:
Bob Belnap
2018-02-16 09:19:47 -05:00
parent b8418ced44
commit c86755f1ab
+1 -1
View File
@@ -44,7 +44,7 @@ vault_deploy() {
fi
VAULT_CMD=$(which vault)
if [ ! $? ]; then
if [ ! $? ]; then
_err "cannot find vault binary!"
return 1
fi