From a3922993635e313d43114589b7ab427506cdc7e8 Mon Sep 17 00:00:00 2001 From: Eslam-Nawara Date: Thu, 31 Jul 2025 14:55:49 +0300 Subject: [PATCH] update hub_url to hub_urls to match zos-config --- pkg/environment/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/environment/config.go b/pkg/environment/config.go index 5090bc62..abe42a4b 100644 --- a/pkg/environment/config.go +++ b/pkg/environment/config.go @@ -39,8 +39,8 @@ type Config struct { BinRepo string `json:"bin_repo"` GeoipURLs []string `json:"geoip_urls"` - HubURL []string `json:"hub_url"` - V4HubURL []string `json:"v4_hub_url"` + HubURL []string `json:"hub_urls"` + V4HubURL []string `json:"v4_hub_urls"` // we should not be supporting flist url or hub storage from zos-config until we can update them on runtime FlistURL string `json:"flist_url"`