Use better wording

This commit is contained in:
Luke Murphy 2020-04-13 09:56:05 +02:00
parent d3846c436a
commit 552597f3f1
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ dokku-ansible-deploy-pre-deploy() {
declare APP="$1"
declare PREDEPLOY="$PLUGIN_CORE_AVAILABLE_PATH/ansible-deploy/scripts/predeploy.py"
dokku_col_log_info1_quiet "Running pre-deployment steps"
dokku_col_log_info1_quiet "Running pre-deploy steps"
/usr/bin/python3 "$PREDEPLOY"
}