Use better wording

This commit is contained in:
Luke Murphy 2020-04-13 09:40:07 +02:00
parent 935bfb8129
commit ce44d9a261
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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