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 2021/11/09 06:10:07 UTC

[camel-karavan] branch main updated: Fix typo in README for SELinux (#82)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4157fe2  Fix typo in README for SELinux (#82)
4157fe2 is described below

commit 4157fe240be8a25b3f58c6020c8b3c914a0ab596
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 9 07:10:02 2021 +0100

    Fix typo in README for SELinux (#82)
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d3adbf3..092d5b3 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ npm start
 ```shell script
 docker run -it -p 8080:8080 -e KARAVAN_MODE=local -v $(pwd):/deployments/integrations  entropy1/karavan
 ```
-For SELunux
+For SELinux
 ```shell script
 docker run -it -p 8080:8080 -e KARAVAN_MODE=local -v $(pwd):/deployments/integrations:z  entropy1/karavan
 ```
@@ -72,10 +72,10 @@ docker run -it -p 8080:8080 -e KARAVAN_MODE=local -v $(pwd):/deployments/integra
 ```shell script
 docker run -it -p 8080:8080 -e KARAVAN_MODE=local -v $(pwd):/deployments/integrations  entropy1/karavan-native
 ```
-For SELunux
+For SELinux
 ```shell script
 docker run -it -p 8080:8080 -e KARAVAN_MODE=local -v $(pwd):/deployments/integrations:z  entropy1/karavan-native
 ```
 
 ## Running in cloud mode
-[Karavan demo on Openshift](karavan-demo/openshift/README.md)
\ No newline at end of file
+[Karavan demo on Openshift](karavan-demo/openshift/README.md)