all repos — homestead @ f679091e633c8b0d20f223dd0ce8dce85567b502

Code for my website

appease the linter

Alan Pearce
commit

f679091e633c8b0d20f223dd0ce8dce85567b502

parent

477702a8fedd215586025ba7f27f9eed9970dfac

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M cmd/build/main.gocmd/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()) }