You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that the issue is related to Issue #296 and PR #301 since before those changes the output file would have been created with a a FileMode/umask of 0644, but now since there is no input file to get a the FileMode from we fall back on the OS default, and the scratch Docker image gomplate uses has no default.
The text was updated successfully, but these errors were encountered:
benjdewan
pushed a commit
to benjdewan/gomplate
that referenced
this issue
Apr 23, 2018
Here is a simplified reproduction of the code I am running:
I believe that the issue is related to Issue #296 and PR #301 since before those changes the output file would have been created with a a FileMode/umask of 0644, but now since there is no input file to get a the FileMode from we fall back on the OS default, and the scratch Docker image gomplate uses has no default.
The text was updated successfully, but these errors were encountered: