settings: Rename struct to remove FIC occurence
This commit is contained in:
parent
457cd307dd
commit
e8f6a03cd9
6 changed files with 13 additions and 13 deletions
|
|
@ -203,7 +203,7 @@ func main() {
|
|||
log.Fatal("Unable to initialize settings.json:", err)
|
||||
}
|
||||
} else {
|
||||
var config *settings.FICSettings
|
||||
var config *settings.Settings
|
||||
if config, err = settings.ReadSettings(path.Join(settings.SettingsDir, settings.SettingsFile)); err != nil {
|
||||
log.Fatal("Unable to read settings.json:", err)
|
||||
} else {
|
||||
|
|
|
|||
Reference in a new issue