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

[camel-website] 18/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 86fa48eb349fad7aa0762b508ad604cc1d35e7e8
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Oct 6 11:11:58 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 bce34856..51d86114 100644
--- a/content/blog/2022/10/camel-k-cicd/index.md
+++ b/content/blog/2022/10/camel-k-cicd/index.md
@@ -153,7 +153,7 @@ spec:
       This workspace contains the cloned repo files, so they can be read by the
       next task.
   tasks:
-  # 1. checkout the code repository with the latest changes, 
+  # 1. checkout the code repository with the latest changes,
   - name: fetch-source
     taskRef:
       name: git-clone