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

[camel-quarkus] branch djencks-contributors-guide-syntax-error-1 created (now 3b6abf3)

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

djencks pushed a change to branch djencks-contributors-guide-syntax-error-1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


      at 3b6abf3  Fix asciidoc syntax error

This branch includes the following new commits:

     new 3b6abf3  Fix asciidoc syntax error

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-quarkus] 01/01: Fix asciidoc syntax error

Posted by dj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch djencks-contributors-guide-syntax-error-1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 3b6abf38929461e37ef01c5500c33a0f40f84a3b
Author: djencks <dj...@apache.org>
AuthorDate: Wed Mar 25 09:09:12 2020 -0700

    Fix asciidoc syntax error
---
 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 b8051c0..a2ed996 100644
--- a/docs/modules/ROOT/pages/contributor-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide.adoc
@@ -108,7 +108,7 @@ because the test project needs to get finished. You need to build `poms/bom` and
 
 11. Before sending a pull request, please make sure you have run the following Maven command from the project root folder:
 +
-[code,shell]
+[source,shell]
 ----
 $ mvn process-resources -Pformat
 ----