Skip to content

Commit 1b2d562

Browse files
authored
Merge pull request #908 from Vafilor/fix/release.command.repo
fix: updated repo in generate release notes as the name has changed
2 parents 86895a9 + ec94a13 commit 1b2d562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/gen-release-md/gen-release-md.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ See https://docs.onepanel.ai
5252
5353
` + "```" + `
5454
# Download the binary
55-
curl -sLO https://github.com/onepanelio/core/releases/download/v%s/opctl-linux-amd64
55+
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v%s/opctl-linux-amd64
5656
5757
# Make binary executable
5858
chmod +x opctl-linux-amd64
@@ -68,7 +68,7 @@ opctl version
6868
6969
` + "```" + `
7070
# Download the binary
71-
curl -sLO https://github.com/onepanelio/core/releases/download/v%s/opctl-macos-amd64
71+
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v%s/opctl-macos-amd64
7272
7373
# Make binary executable
7474
chmod +x opctl-macos-amd64
@@ -82,7 +82,7 @@ opctl version
8282
8383
## Windows
8484
85-
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.
85+
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.
8686
`
8787

8888
var repositories = []string{

0 commit comments

Comments
 (0)