Skip to content

Commit

Permalink
chore: write go.mod using chmod 644
Browse files Browse the repository at this point in the history
  • Loading branch information
Twacqwq committed Mar 11, 2024
1 parent 504d951 commit 8f7c65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/cmd/wails/internal/gomod/gomod.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func ChangeModuleName(newModuleName string) error {
return err
}

return os.WriteFile(gomodFilename, gomodData, 0o755)
return os.WriteFile(gomodFilename, gomodData, 0o644)
}

func LogGreen(message string, args ...interface{}) {
Expand Down

0 comments on commit 8f7c65c

Please sign in to comment.