diff --git a/functions b/functions index c1d05ed..8206254 100755 --- a/functions +++ b/functions @@ -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" }