mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
10c7cf2942
The previous permissions (0764), were unusable (directories must be executable) when generating files for use by another uid. The Right Thing™ is to use mode 0777. The OS will subtract the process umask (usually 022) to the for the final permissions. Signed-off-by: Noah Campbell <noahcampbell@gmail.com> |
||
---|---|---|
.. | ||
alias_test.go | ||
file.go | ||
file_test.go | ||
htmlredirect.go | ||
memory.go |