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

davsclaus 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 f83adb8  Fixes #1583: Update dns example using wrong dependency syntax
f83adb8 is described below

commit f83adb873364c79c3a4d597b5fa4122a6231824c
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Jun 29 18:45:55 2020 +0200

    Fixes #1583: Update dns example using wrong dependency syntax
---
 examples/dns.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/dns.js b/examples/dns.js
index 65a8315..0cb622e 100644
--- a/examples/dns.js
+++ b/examples/dns.js
@@ -17,7 +17,7 @@
 //
 // To run this integrations use:
 //
-//     kamel run -d camel:dns examples/dns.js
+//     kamel run -d camel-dns examples/dns.js
 //
 // Or simply (since dependency auto-detection is enabled by default):
 //

Reply via email to