Use better wording
This commit is contained in:
parent
935bfb8129
commit
ce44d9a261
@ -76,7 +76,7 @@ dokku-ansible-deploy-post-extract() {
|
||||
|
||||
if [[ -d "$TMPDIR/deploy.d/vault" ]]; 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 directory discovered but missing vault password"
|
||||
dokku_col_log_info1_quiet "Please run dokku ansible-deploy:vault-password $APP"
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user