From f533ed71e7bf76af24e48f12ece30e3c44fc5bb7 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Wed, 2 Mar 2022 00:15:30 +0100 Subject: [PATCH] Fixed mapping of color in configuration. --- cmd/mtwebmapper/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mtwebmapper/config.go b/cmd/mtwebmapper/config.go index f4c5f0a..bb2bfda 100644 --- a/cmd/mtwebmapper/config.go +++ b/cmd/mtwebmapper/config.go @@ -24,7 +24,7 @@ type config struct { MapDir string `toml:"map"` RedisPort int `toml:"redis_port"` RedisHost string `toml:"redis_host"` - ColorsFile string `toml:"update_hosts"` + ColorsFile string `toml:"colors"` BGColor string `toml:"background"` Workers int `toml:"workers"` Transparent bool `toml:"transparent"`