Use better wording
This commit is contained in:
parent
d3846c436a
commit
552597f3f1
@ -91,7 +91,7 @@ dokku-ansible-deploy-pre-deploy() {
|
|||||||
declare APP="$1"
|
declare APP="$1"
|
||||||
declare PREDEPLOY="$PLUGIN_CORE_AVAILABLE_PATH/ansible-deploy/scripts/predeploy.py"
|
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"
|
/usr/bin/python3 "$PREDEPLOY"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user