diff --git a/components/content-service/pkg/initializer/git.go b/components/content-service/pkg/initializer/git.go index 34b5a6fe6bebf7..282773c1282de9 100644 --- a/components/content-service/pkg/initializer/git.go +++ b/components/content-service/pkg/initializer/git.go @@ -70,7 +70,7 @@ func (ws *GitInitializer) Run(ctx context.Context, mappings []archive.IDMapping) } gitClone := func() error { - if err := os.MkdirAll(ws.Location, 0770); err != nil { + if err := os.MkdirAll(ws.Location, 0775); err != nil { return err }