This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch fix-file-path-in-configuration.adoc in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 70a46215c27418d9872c7527e90cc17ae812296c Author: Nicolas Filotto <[email protected]> AuthorDate: Wed Aug 3 12:08:33 2022 +0200 Fix the file path in run command --- docs/modules/ROOT/pages/configuration/configuration.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/configuration/configuration.adoc b/docs/modules/ROOT/pages/configuration/configuration.adoc index 2a5aa6e43..febf7ef1a 100644 --- a/docs/modules/ROOT/pages/configuration/configuration.adoc +++ b/docs/modules/ROOT/pages/configuration/configuration.adoc @@ -17,7 +17,7 @@ from('timer:props?period=1000') In order to give a value to the `my.message` property you can pass it using the command line: ``` -kamel run --property my.message="Hello World" examples/props.js +kamel run --property my.message="Hello World" props.groovy ``` -For more details and advanced use cases, see the xref:configuration/runtime-properties.adoc[runtime properties] section. \ No newline at end of file +For more details and advanced use cases, see the xref:configuration/runtime-properties.adoc[runtime properties] section.
