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/11/05 18:06:24 UTC

[camel-kafka-connector-examples] branch master updated: Fixed some refs into git source commit example

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-kafka-connector-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d6b730  Fixed some refs into git source commit example
7d6b730 is described below

commit 7d6b730fdc57636ef649b3c353dd9f0b5ec7f0f3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 5 18:50:19 2020 +0100

    Fixed some refs into git source commit example
---
 git/git-source-commit/README.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/git/git-source-commit/README.adoc b/git/git-source-commit/README.adoc
index a383a44..f4e69ac 100644
--- a/git/git-source-commit/README.adoc
+++ b/git/git-source-commit/README.adoc
@@ -1,6 +1,6 @@
-= Camel-Kafka-connector Git Source
+= Camel-Kafka-connector Git Source for consuming Commit
 
-This is an example for Camel-Kafka-connector Git Source
+This is an example for Camel-Kafka-connector Git Source for consuming Commit
 
 == Standalone
 
@@ -50,6 +50,7 @@ We'll need a git repository at the beginning.
 ----
 > mkdir -p /tmp/test_repo/
 > cd /tmp/test_repo/
+> git init
 > touch test.txt
 > git add test.txt
 > git commit -a -m "first commit"