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 2023/07/14 09:14:11 UTC

[camel-k] branch main updated: chore(doc): typo

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-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 761bf472d chore(doc): typo
761bf472d is described below

commit 761bf472df0a4dc57bdc999864cd71b2bd1998df
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Jul 14 11:14:06 2023 +0200

    chore(doc): typo
---
 release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.adoc b/release.adoc
index 4429c7eca..f7cfe0847 100644
--- a/release.adoc
+++ b/release.adoc
@@ -25,7 +25,7 @@ As the process will do git operations, it is advisable that you clone the Camel
 We have a script that simplify this process. As we do not only want to create and push a new branch, we also need to provide the CI tasks required for all the supported releases.
 
 ```
-git clone https://github.com/squakez/camel-k.git /tmp/camel-k
+git clone https://github.com/apache/camel-k.git /tmp/camel-k
 cd /tmp/camel-k
 ./script/release-branch.sh
 ```