From 849ce2d7910122743233dc76a462d6b3b71d082f Mon Sep 17 00:00:00 2001 From: Gibheer Date: Mon, 3 May 2021 19:57:43 +0200 Subject: [PATCH] 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. --- dim.toml.example => dim.conf.example | 0 main.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dim.toml.example => dim.conf.example (100%) 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 (