From 6daba47faf635ba9ca588181a476b446566062de Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Wed, 7 Aug 2019 12:51:28 +0200 Subject: [PATCH] fix mqtt config --- mqtt/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt/config.go b/mqtt/config.go index 49d008c..6c3b59a 100644 --- a/mqtt/config.go +++ b/mqtt/config.go @@ -4,5 +4,5 @@ type Config struct { Broker string `toml:"broker"` ClientID string `toml:"client_id"` Username string `toml:"username"` - Password string `toml:"passoword"` + Password string `toml:"password"` }