You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/03/24 08:35:55 UTC

[camel-examples] branch main updated: Fixed incorrect commands for running the resume API examples

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 9eef048  Fixed incorrect commands for running the resume API examples
9eef048 is described below

commit 9eef048b0bc36813d7f173cedd520752034060e1
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Mar 24 09:35:23 2022 +0100

    Fixed incorrect commands for running the resume API examples
---
 examples/resume-api/resume-api-file-offset/README.md | 2 +-
 examples/resume-api/resume-api-fileset/README.md     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/resume-api/resume-api-file-offset/README.md b/examples/resume-api/resume-api-file-offset/README.md
index 1c996e0..55406bc 100644
--- a/examples/resume-api/resume-api-file-offset/README.md
+++ b/examples/resume-api/resume-api-file-offset/README.md
@@ -14,7 +14,7 @@ Building the demo
 To build the demo and the containers:
 
 ```shell
-mvn clean package && docker-compose build && 
+mvn clean package && docker-compose build
 ```
 
 
diff --git a/examples/resume-api/resume-api-fileset/README.md b/examples/resume-api/resume-api-fileset/README.md
index b949a85..07916b7 100644
--- a/examples/resume-api/resume-api-fileset/README.md
+++ b/examples/resume-api/resume-api-fileset/README.md
@@ -14,7 +14,7 @@ Building the demo
 To build the demo and the containers:
 
 ```shell
-mvn clean package && docker-compose build && 
+mvn clean package && docker-compose build
 ```
 
 Run