Fix incorrect cherry-pick in previous commit.
This commit is contained in:
4
app.go
4
app.go
@@ -158,7 +158,7 @@ func main() {
|
||||
go func() {
|
||||
refreshFiltersIfNeccessary(false)
|
||||
// Save the updated config
|
||||
err := writeConfig()
|
||||
err := config.write()
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
@@ -170,7 +170,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Save the updated config
|
||||
err := writeConfig()
|
||||
err := config.write()
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user