This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 284fb20 kamel run --dev examples/resources-route.groovy issues Cannot find resource #697 284fb20 is described below commit 284fb20b8551e42c33523a4028358c654437aadb Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Thu May 30 15:06:18 2019 +0200 kamel run --dev examples/resources-route.groovy issues Cannot find resource #697 --- examples/resources-route.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/resources-route.groovy b/examples/resources-route.groovy index 4c7d61b..e87c930 100644 --- a/examples/resources-route.groovy +++ b/examples/resources-route.groovy @@ -7,5 +7,5 @@ from('timer:resources') .routeId('resources') .setBody() - .simple("resource:platform:resources-data.txt") + .simple("resource:classpath:resources-data.txt") .log('file content is: ${body}')