make dim.conf the default config name

Toml as a file ending for a config file format feels weird, so make it
use a better name.
This commit is contained in:
Gibheer 2021-05-03 19:57:43 +02:00
parent 8b36602e09
commit 849ce2d791
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
)
var (
configPath = flag.String("config", "dim.toml", "path to the config file")
configPath = flag.String("config", "dim.conf", "path to the config file")
)
type (