You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2021/01/31 09:57:44 UTC

[camel-k] 01/01: correct the documented syntax for dependency trait

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

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

commit 7a24a4916cd037648262c00b7a312c732505611c
Author: Babak Vahdat <bv...@apache.org>
AuthorDate: Sun Jan 31 10:56:38 2021 +0100

    correct the documented syntax for dependency trait
---
 docs/modules/ROOT/pages/contributing/developers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributing/developers.adoc b/docs/modules/ROOT/pages/contributing/developers.adoc
index 80463ca..5ef434d 100644
--- a/docs/modules/ROOT/pages/contributing/developers.adoc
+++ b/docs/modules/ROOT/pages/contributing/developers.adoc
@@ -152,7 +152,7 @@ To add additional dependencies to your routes:
 
 [source]
 ----
-./kamel run -d camel:dns examples/dns.js
+./kamel run -d camel-dns examples/dns.js
 ----
 
 [[local-development]]