You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/19 16:12:35 UTC

[camel-k] branch master updated: fix typo puslar -> pulsar

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

acosentino 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 8f50d4b  fix typo puslar -> pulsar
     new 2d5eb20  Merge pull request #1281 from apupier/patch-1
8f50d4b is described below

commit 8f50d4b483681fa66d693480284ad333e70c864d
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Wed Feb 19 16:06:39 2020 +0100

    fix typo puslar -> pulsar
    
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 examples/pulsar.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pulsar.groovy b/examples/pulsar.groovy
index ff5fd26..d21fda4 100644
--- a/examples/pulsar.groovy
+++ b/examples/pulsar.groovy
@@ -19,7 +19,7 @@
 //
 // To run this integration use:
 //
-//     kamel run --name puslar-groovy --dev -d camel-puslar examples/puslar.groovy
+//     kamel run --name pulsar-groovy --dev -d camel-pulsar examples/pulsar.groovy
 //
 //  Notes: 
 //  camel-pulsar may be unecessary as camel-k can detect automatically dependencies from component calls for example from("pulsar://localhost:6650/tenant/namespace/topic")