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:39 UTC

[camel-website] 06/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 ee0c5776e6ae1c561b81ff58698dc43022c1dc8c
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Oct 6 11:09:51 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 93d54fb2..ff217308 100644
--- a/content/blog/2022/10/camel-k-cicd/index.md
+++ b/content/blog/2022/10/camel-k-cicd/index.md
@@ -55,7 +55,7 @@ We're programming through YAML DSL, but here you can put any Camel DSL you prefe
       - to: "direct:get"
         path: "/customers/{name}"
       - to: "direct:getall"
-        path: "/customers/"        
+        path: "/customers/"
     post:
       - to: "direct:post"
         path: "/customers/"