Fix path to file store

This commit is contained in:
Denis Arh
2020-09-03 08:22:06 +02:00
parent f4be53a046
commit c956a18dbf
+1 -1
View File
@@ -131,7 +131,7 @@ func Initialize(ctx context.Context, log *zap.Logger, c Config) (err error) {
)
if DefaultStore == nil {
const svcPath = "compose"
const svcPath = "system"
if c.Storage.MinioEndpoint != "" {
var bucket = svcPath
if c.Storage.MinioBucket != "" {