From 3c922ea8b4752a0f9a59ad4b1b6b29a646809c70 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 8 Apr 2020 13:09:50 +0200 Subject: [PATCH] Add capitalisation --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 6e2f208..e55b510 100755 --- a/functions +++ b/functions @@ -75,7 +75,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 "please run dokku dokku-deploy:vault-password $APP" + dokku_col_log_info1_quiet "Please run dokku dokku-deploy:vault-password $APP" exit 1 fi fi