Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/tool/file: use 0o777 as the default Mkdir permissions
file.Create and file.Append already default to 0o666 rather than 0o644 to rely on the user's umask, but file.Mkdir was inconsistent in using 0o755 rather than 0o777. Signed-off-by: Daniel Martí <mvdan@mvdan.cc> Change-Id: I8f11fcc7bbd27bf34f78b41a3242af62f43cac07 Dispatch-Trailer: {"type":"trybot","CL":1200570,"patchset":1,"ref":"refs/changes/70/1200570/1","targetBranch":"master"}
- Loading branch information