Skip to content

Commit 228ae05

Browse files
fixed the missing map keys
1 parent 66b0b51 commit 228ae05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ func generateEnterpriseDownloadsJSON(semVerTag string) enterpriseDownloadsJSON {
141141
for subscription := range d.Subscriptions {
142142
d.Subscriptions[subscription].Linux["MinIO Object Store"] = map[string]downloadJSON{}
143143
d.Subscriptions[subscription].Windows["MinIO Object Store"] = map[string]downloadJSON{}
144-
d.Subscriptions[subscription].Linux["MinIO KMS"] = map[string]downloadJSON{}
145-
d.Subscriptions[subscription].Linux["MinIO Catalog"] = map[string]downloadJSON{}
146-
d.Subscriptions[subscription].Linux["MinIO Firewall"] = map[string]downloadJSON{}
144+
d.Subscriptions[subscription].Linux["Key Manager"] = map[string]downloadJSON{}
145+
d.Subscriptions[subscription].Linux["Catalog"] = map[string]downloadJSON{}
146+
d.Subscriptions[subscription].Linux["Firewall"] = map[string]downloadJSON{}
147147
d.Subscriptions[subscription].Kubernetes["MinIO Enterprise Object Store"] = map[string]downloadJSON{}
148148
}
149149

0 commit comments

Comments
 (0)