diff --git a/plugins/checks/check-deploy b/plugins/checks/check-deploy index 2961d9677..0d84b55eb 100755 --- a/plugins/checks/check-deploy +++ b/plugins/checks/check-deploy @@ -78,10 +78,9 @@ cleanup() { trap cleanup EXIT if [[ ! -s "${TMPDIR}/CHECKS" ]] ; then - dokku_log_verbose "CHECKS file not found in container:" - dokku_log_verbose "Running simple container check..." - dokku_log_verbose "For more efficient Zero Downtime deployments, tune your CHECKS. See:" - dokku_log_verbose "http://progrium.viewdocs.io/dokku/checks-examples.md for examples" + dokku_log_verbose "For more efficient zero downtime deployments, create a file CHECKS." + dokku_log_verbose "See http://progrium.viewdocs.io/dokku/checks-examples.md for examples" + dokku_log_verbose "CHECKS file not found in container: Running simple container check..." rm -rf $TMPDIR