diff --git a/dim.toml.example b/dim.conf.example similarity index 100% rename from dim.toml.example rename to dim.conf.example diff --git a/main.go b/main.go index 607c61f..f1a6da5 100644 --- a/main.go +++ b/main.go @@ -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 (