This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit e53bf489923c6c168f4cd8a3e0ae8da4f5784423 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 21 08:01:22 2021 +0200 Moving from master branch to main --- script/bundle_kamelets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bundle_kamelets.sh b/script/bundle_kamelets.sh index b54a9d5..9f2c417 100755 --- a/script/bundle_kamelets.sh +++ b/script/bundle_kamelets.sh @@ -35,7 +35,7 @@ if [ "$repo" = "" ]; then fi if [ "$branch" = "" ]; then - branch="master" + branch="main" fi echo "Cloning repository $repo on branch $branch to bundle kamelets..."