Skip to content

Commit

Permalink
fix: wrong config file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakiyo committed Aug 23, 2023
1 parent 4987411 commit ca8caf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion where/where.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func Index() string {

// path to config.toml file located inside root dir
func Config() string {
return filepath.Join(Dir(), "config.toml")
return filepath.Join(Dir(), "tilde.toml")
}

// set root to a path
Expand Down

0 comments on commit ca8caf6

Please # to comment.