File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ func main() {
11
11
if err != nil {
12
12
log .Fatal (err )
13
13
}
14
- }
14
+ }
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ import (
9
9
)
10
10
11
11
const (
12
- OWNER = "armory"
13
- REPO = "armory-cli"
12
+ OWNER = "armory-io "
13
+ REPO = "armory-cli"
14
14
COMMAND = "armory"
15
15
)
16
16
17
17
var client = github .NewClient (nil )
18
18
var ctx = context .Background ()
19
19
20
- func GetAllReleases () []* github.RepositoryRelease {
20
+ func GetAllReleases () []* github.RepositoryRelease {
21
21
opt := & github.ListOptions {
22
22
PerPage : 10 ,
23
23
}
@@ -65,4 +65,4 @@ func GetBinDownloadUrlForVersion(version string) string {
65
65
log .Fatalf ("Unable to find release asset with name: %s" , assetNameToFind )
66
66
}
67
67
return * assetToInstall .BrowserDownloadURL
68
- }
68
+ }
You can’t perform that action at this time.
0 commit comments