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 <[email protected]> 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 ----
