distributor: fix config toml storage_path

This commit is contained in:
Geno 2021-09-16 03:13:16 +02:00
parent 929ed83c28
commit bca172eff1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
var dbus *distributor.DBus var dbus *distributor.DBus
type configData struct { type configData struct {
StoragePath string `toml"storage_path"` StoragePath string `toml:"storage_path"`
XMPP XMPPService `toml:"xmpp"` XMPP XMPPService `toml:"xmpp"`
} }