Skip to content

Commit

Permalink
Update gnovm/pkg/packages/download.go
Browse files Browse the repository at this point in the history
Co-authored-by: Manfred Touron <[email protected]>
  • Loading branch information
n0izn0iz and moul authored Oct 11, 2024
1 parent 08fbd84 commit f93a221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnovm/pkg/packages/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func DownloadModule(pkgPath string, dst string) error {
if len(parts) < 1 {
return fmt.Errorf("bad pkg path %q", pkgPath)
}
// XXX: retrieve host/port from r/sys/zones.
rpcURL := (&url.URL{
Scheme: "https",
Host: "rpc." + parts[0] + ":443",
Expand Down

0 comments on commit f93a221

Please sign in to comment.