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

[camel-website] 24/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 7afcdb120dd5ce5889df8db6977476ad6d3761a5
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Oct 6 11:12:57 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 555fc820..5f7d0568 100644
--- a/content/blog/2022/10/camel-k-cicd/index.md
+++ b/content/blog/2022/10/camel-k-cicd/index.md
@@ -216,7 +216,7 @@ spec:
       workspace: shared-data
     params:
       - name: script
-        value: test/smoke-test.sh    
+        value: test/smoke-test.sh
       - name: hostname
         value: $(tasks.kamel-run.results.integration-name).production  
 ```