We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494584d commit f300071Copy full SHA for f300071
internal/pkg/project/file.go
@@ -37,7 +37,7 @@ func LoadProject(addr string) (*Project, error) {
37
return nil, err
38
}
39
40
- if err = os.MkdirAll(project.Dir, 0600); err != nil {
+ if err = os.MkdirAll(project.Dir, 0775); err != nil {
41
42
43
0 commit comments