Skip to content

Commit

Permalink
fixed bug in template path
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Miller committed Oct 17, 2021
1 parent b356560 commit 64de85e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion zsh/zsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func InstallOhMyZsh(osType string, dirs *localio.Directories) error {
return err
}

zshExtraConfigTemplate := fmt.Sprintf("templates/%s/.zshrc_extra.zsh", osType)
zshExtraConfigTemplate := fmt.Sprintf("templates/%s/zshrc_extra.zsh", osType)
zshExtraConfig, err := zshConfigs.ReadFile(zshExtraConfigTemplate)
if err != nil {
return err
Expand Down

0 comments on commit 64de85e

Please sign in to comment.