appease the linter
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M cmd/build/main.go → cmd/build/main.go
@@ -65,7 +65,7 @@ panic("could not stat destination: " + err.Error()) } switch { case stat == nil: - err := os.MkdirAll(options.Destination, 0o0755) + err := os.MkdirAll(options.Destination, 0o750) if err != nil { panic("could not make directory: " + err.Error()) }