You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/03/11 11:16:34 UTC

[camel-quarkus] branch master updated: chore(doc): fix contributor guide example

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 16cf8e5  chore(doc): fix contributor guide example
16cf8e5 is described below

commit 16cf8e560411e044952e6ff3dbcae74b9b745889
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Mar 11 12:03:35 2020 +0100

    chore(doc): fix contributor guide example
---
 docs/modules/ROOT/pages/contributor-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide.adoc b/docs/modules/ROOT/pages/contributor-guide.adoc
index af65cb9..a0f5ebb 100644
--- a/docs/modules/ROOT/pages/contributor-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide.adoc
@@ -68,7 +68,7 @@ $ cd camel-quarkus
 $ cd extensions
 $ mvn quarkus:create-extension -N \
     -Dquarkus.artifactIdBase=foo-abc \
-    -Dquarkus.nameBase="Foo ABC"
+    -Dquarkus.nameBase="Foo ABC" \
     -Dquarkus.additionalRuntimeDependencies="org.apache.camel:camel-@{quarkus.artifactIdBase}:@{$}{camel.version}"
 ----
 +