You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/10/06 12:42:44 UTC

[camel-website] 11/29: Update content/blog/2022/10/camel-k-cicd/index.md

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

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

commit 7703bd6c16bf42e0f358552a2ad0c14a88efa4b6
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Oct 6 11:10:38 2022 +0200

    Update content/blog/2022/10/camel-k-cicd/index.md
    
    Co-authored-by: Zoran Regvart <zo...@regvart.com>
---
 content/blog/2022/10/camel-k-cicd/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2022/10/camel-k-cicd/index.md b/content/blog/2022/10/camel-k-cicd/index.md
index 829cee43..72cb2870 100644
--- a/content/blog/2022/10/camel-k-cicd/index.md
+++ b/content/blog/2022/10/camel-k-cicd/index.md
@@ -575,7 +575,7 @@ That means the `Pipeline` was triggered and in a few minutes you should have you
 During the development of your pipeline (or if you want to use a local cluster such as `minikube`), you may be interested in simulating the push event. This should be as easy as running something like:
 
 ```
-http post http://192.168.49.2:32698/my-cd-pipeline X-GitHub-Event:push json=test 
+http post http://192.168.49.2:32698/my-cd-pipeline X-GitHub-Event:push json=test
 ```
 
 # Conclusion