Skip to content

Commit dc5f85b

Browse files
author
Todd Underwood
committed
build(sonar): update the avm to point at armory-io org for the cli
1 parent b722acb commit dc5f85b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/utils/github.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ import (
99
)
1010

1111
const (
12-
OWNER = "armory"
13-
REPO = "armory-cli"
12+
OWNER = "armory-io"
13+
REPO = "armory-cli"
1414
COMMAND = "armory"
1515
)
1616

1717
var client = github.NewClient(nil)
1818
var ctx = context.Background()
1919

20-
func GetAllReleases() []*github.RepositoryRelease {
20+
func GetAllReleases() []*github.RepositoryRelease {
2121
opt := &github.ListOptions{
2222
PerPage: 10,
2323
}
@@ -65,4 +65,4 @@ func GetBinDownloadUrlForVersion(version string) string {
6565
log.Fatalf("Unable to find release asset with name: %s", assetNameToFind)
6666
}
6767
return *assetToInstall.BrowserDownloadURL
68-
}
68+
}

0 commit comments

Comments
 (0)