From ec94a13cd98459888e6d3a0a046bcb8f691b456d Mon Sep 17 00:00:00 2001 From: Andrey Melnikov Date: Thu, 1 Apr 2021 10:53:26 -0700 Subject: [PATCH] fix: updated repo in generate release notes as the name has changed --- cmd/gen-release-md/gen-release-md.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/gen-release-md/gen-release-md.go b/cmd/gen-release-md/gen-release-md.go index b66ac33..87679c6 100644 --- a/cmd/gen-release-md/gen-release-md.go +++ b/cmd/gen-release-md/gen-release-md.go @@ -52,7 +52,7 @@ See https://docs.onepanel.ai ` + "```" + ` # Download the binary -curl -sLO https://github.com/onepanelio/core/releases/download/v%s/opctl-linux-amd64 +curl -sLO https://github.com/onepanelio/onepanel/releases/download/v%s/opctl-linux-amd64 # Make binary executable chmod +x opctl-linux-amd64 @@ -68,7 +68,7 @@ opctl version ` + "```" + ` # Download the binary -curl -sLO https://github.com/onepanelio/core/releases/download/v%s/opctl-macos-amd64 +curl -sLO https://github.com/onepanelio/onepanel/releases/download/v%s/opctl-macos-amd64 # Make binary executable chmod +x opctl-macos-amd64 @@ -82,7 +82,7 @@ opctl version ## Windows -Download the [attached executable](https://github.com/onepanelio/core/releases/download/v%s/opctl-windows-amd64.exe), rename it to "opctl" and move it to a folder that is in your PATH environment variable. +Download the [attached executable](https://github.com/onepanelio/onepanel/releases/download/v%s/opctl-windows-amd64.exe), rename it to "opctl" and move it to a folder that is in your PATH environment variable. ` var repositories = []string{