You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/10 13:00:07 UTC

[camel-k] branch main updated: fix: docs

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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new a73f62663 fix: docs
a73f62663 is described below

commit a73f62663fd2611a944962161dd0efdab02a1a93
Author: John Poth <po...@gmail.com>
AuthorDate: Mon Jul 10 14:32:06 2023 +0200

    fix: docs
---
 docs/modules/ROOT/pages/configuration/dependencies.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/configuration/dependencies.adoc b/docs/modules/ROOT/pages/configuration/dependencies.adoc
index 62d319437..5ae7d0180 100644
--- a/docs/modules/ROOT/pages/configuration/dependencies.adoc
+++ b/docs/modules/ROOT/pages/configuration/dependencies.adoc
@@ -63,7 +63,7 @@ The content of `integration-dep.jar` will then be accessible in your integration
 You can also specify data files to be mounted in the running container:
 
 ```
-kamel run -d file://path/to/data.csv:path/in/container/data.csv Integration.java
+kamel run -d file://path/to/data.csv?targetPath=/in/container/data.csv Integration.java
 ```
 
 Specifying a directory with also work recursively.