Fix typo
This commit is contained in:
parent
12c0d52e47
commit
93c16dfdc3
@ -77,7 +77,7 @@ dokku-ansible-deploy-post-extract() {
|
|||||||
if [[ -d "$TMPDIR/deploy.d/vault" ]]; then
|
if [[ -d "$TMPDIR/deploy.d/vault" ]]; then
|
||||||
if [[ ! -f "$DOKKU_LIB_ROOT/data/deploy.d/$APP/.vault-password.sh" ]]; then
|
if [[ ! -f "$DOKKU_LIB_ROOT/data/deploy.d/$APP/.vault-password.sh" ]]; then
|
||||||
dokku_col_log_info1_quiet "Vault folder discovered but missing vault password"
|
dokku_col_log_info1_quiet "Vault folder discovered but missing vault password"
|
||||||
dokku_col_log_info1_quiet "Please run dokku dokku-deploy:vault-password $APP"
|
dokku_col_log_info1_quiet "Please run dokku ansible-deploy:vault-password $APP"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user