Skip to content

Commit

Permalink
fix: Ensure default mode is set
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 25, 2024
1 parent c6b867b commit 3b3541c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2649,6 +2649,7 @@ func newConfigFile(bds *xdg.BaseDirectorySpecification) ConfigFile {
auto: true,
},
Interpreters: defaultInterpreters,
Mode: chezmoi.ModeFile,
Pager: os.Getenv("PAGER"),
Progress: autoBool{
auto: true,
Expand Down

0 comments on commit 3b3541c

Please sign in to comment.