Skip to content

Commit decf99f

Browse files
authored
Merge pull request #51 from threefoldtech/rename-hub_url-to-hub_urls
update hub_url to hub_urls to match zos-config
2 parents 3f75d10 + a392299 commit decf99f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/environment/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ type Config struct {
3939
BinRepo string `json:"bin_repo"`
4040
GeoipURLs []string `json:"geoip_urls"`
4141

42-
HubURL []string `json:"hub_url"`
43-
V4HubURL []string `json:"v4_hub_url"`
42+
HubURL []string `json:"hub_urls"`
43+
V4HubURL []string `json:"v4_hub_urls"`
4444

4545
// we should not be supporting flist url or hub storage from zos-config until we can update them on runtime
4646
FlistURL string `json:"flist_url"`

0 commit comments

Comments
 (0)