Skip to content

Commit

Permalink
Use 0o644 for files, not 0o664 (#278)
Browse files Browse the repository at this point in the history
(.nix-channels was the last remaining user of the 0o664 typo)
  • Loading branch information
cole-h authored Feb 28, 2023
1 parent 9ddcbf6 commit f941e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/common/place_channel_configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl PlaceChannelConfiguration {
.join(".nix-channels"),
None,
None,
0o0664,
0o0644,
buf,
force,
)
Expand Down

0 comments on commit f941e13

Please sign in to comment.