From c956a18dbf49fa38101242c4579f9d8e8c1a0f11 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Thu, 3 Sep 2020 08:22:06 +0200 Subject: [PATCH] Fix path to file store --- system/service/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/service/service.go b/system/service/service.go index 5583d2db9..d1405c488 100644 --- a/system/service/service.go +++ b/system/service/service.go @@ -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 != "" {