File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ func generateEnterpriseDownloadsJSON(semVerTag string) enterpriseDownloadsJSON {
141
141
for subscription := range d .Subscriptions {
142
142
d .Subscriptions [subscription ].Linux ["MinIO Object Store" ] = map [string ]downloadJSON {}
143
143
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 {}
147
147
d .Subscriptions [subscription ].Kubernetes ["MinIO Enterprise Object Store" ] = map [string ]downloadJSON {}
148
148
}
149
149
You can’t perform that action at this time.
0 commit comments