diff --git a/distributor/main.go b/distributor/main.go index 891e918..85fcc0c 100644 --- a/distributor/main.go +++ b/distributor/main.go @@ -15,7 +15,7 @@ import ( var dbus *distributor.DBus type configData struct { - StoragePath string `toml"storage_path"` + StoragePath string `toml:"storage_path"` XMPP XMPPService `toml:"xmpp"` }