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"` }