Skip to content

Commit

Permalink
CORE-43 Rrename gtm settings directory (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilpkonn committed Dec 1, 2020
1 parent d5c32e7 commit 8e790ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (i *Index) path() (string, error) {
if err != nil {
return "", err
}
return filepath.Join(u.HomeDir, ".git-time-metric", "project.json"), nil
return filepath.Join(u.HomeDir, ".gtm", "project.json"), nil
}

func (i *Index) load() error {
Expand Down

0 comments on commit 8e790ea

Please sign in to comment.