This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit f8bc95f036cdb68573e5c99f13956933d4ce97b8 Author: Nicola Ferraro <ni.ferr...@gmail.com> AuthorDate: Tue Jul 21 11:46:05 2020 +0200 chore(release): fix console download link for future versions --- pkg/install/openshift.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/install/openshift.go b/pkg/install/openshift.go index 82f128e..5117b97 100644 --- a/pkg/install/openshift.go +++ b/pkg/install/openshift.go @@ -52,7 +52,7 @@ var ( "You can run `kamel help` to list the available commands or go to the [Camel K Website](https://camel.apache.org/projects/camel-k/) for more information." // KamelCLIDownloadURLTemplate is the download template with 3 missing parameters (version, version, os) - KamelCLIDownloadURLTemplate = "https://github.com/apache/camel-k/releases/download/%s/camel-k-client-%s-%s-64bit.tar.gz" + KamelCLIDownloadURLTemplate = "https://github.com/apache/camel-k/releases/download/v%s/camel-k-client-%s-%s-64bit.tar.gz" ) // OpenShiftConsoleDownloadLink installs the download link for the OpenShift console