Fix prompt

This commit is contained in:
Luke Murphy 2020-03-22 00:51:48 +01:00
parent 10ef4daecc
commit 6e79e87d51
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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