Skip to content

Commit

Permalink
Remove .chezmoi.homedir template variable
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jul 13, 2021
1 parent 173ab68 commit 35de5ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,6 @@ func (c *Config) defaultTemplateData() map[string]interface{} {
"fqdnHostname": fqdnHostname,
"group": group,
"homeDir": c.homeDir,
"homedir": c.homeDir, // TODO Remove in version 2.1.
"hostname": hostname,
"kernel": kernel,
"os": runtime.GOOS,
Expand Down

0 comments on commit 35de5ad

Please sign in to comment.