From ce44d9a261dbbe2685582a4941865583bfca3c15 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 Apr 2020 09:40:07 +0200 Subject: [PATCH] Use better wording --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 14ef284..95a1bab 100755 --- a/functions +++ b/functions @@ -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