Skip to content

Commit a392299

Browse files
committed
update hub_url to hub_urls to match zos-config
1 parent 3f75d10 commit a392299

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)