You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/08/03 10:08:39 UTC

[camel-k] branch fix-file-path-in-configuration.adoc created (now 70a46215c)

This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch fix-file-path-in-configuration.adoc
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at 70a46215c Fix the file path in run command

This branch includes the following new commits:

     new 70a46215c Fix the file path in run command

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: Fix the file path in run command

Posted by nf...@apache.org.
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 <es...@users.noreply.github.com>
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.