From 6e79e87d5101c313d2816ea507eae1a1feadad6e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 00:51:48 +0100 Subject: [PATCH] Fix prompt --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index e7d597b..8b3c370 100755 --- a/functions +++ b/functions @@ -53,7 +53,7 @@ dokku-ansible-playbook-vault-pass-cmd() { exit 0 fi - read -srp "Vault password", vault_password + read -srp "Vault password: " vault_password if [[ -d "$DOKKU_LIB/data/ansible" ]]; then dokku_col_log_info1_quiet "Creating $DOKKU_LIB/data/ansible"