This is an automated email from the ASF dual-hosted git repository. bvahdat pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new d01f6d3 correct tiny typo d01f6d3 is described below commit d01f6d34c9f38818803b824bf477cbbd7f6b4daf Author: Babak Vahdat <bvah...@apache.org> AuthorDate: Fri Apr 20 11:42:32 2018 +0200 correct tiny typo --- .../application/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/camel-example-spring-boot-health-checks/application/src/main/resources/application.properties b/examples/camel-example-spring-boot-health-checks/application/src/main/resources/application.properties index 0bb93d3..ae3be62 100644 --- a/examples/camel-example-spring-boot-health-checks/application/src/main/resources/application.properties +++ b/examples/camel-example-spring-boot-health-checks/application/src/main/resources/application.properties @@ -26,7 +26,7 @@ logging.level.sample.camel = DEBUG management.endpoints.enabled-by-default = false management.endpoint.mappings.enabled = true management.endpoint.health.enabled = true -management.endpoint.ccamelhealthchecks.enabled = true +management.endpoint.camelhealthchecks.enabled = true management.security.enabled = false -- To stop receiving notification emails like this one, please contact bvah...@apache.org.