From 72cfd64e3601db61a0b53b45bf2225030bd130da Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Wed, 21 Jun 2017 09:41:54 +0200 Subject: [PATCH] Fix config name in json --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index f6b914ad..42c35bec 100644 --- a/config/config.go +++ b/config/config.go @@ -38,7 +38,7 @@ type Configuration struct { SearchMode int `json:"-"` SortMode int `json:"sortmode"` TarBin string `json:"tarbin"` - TimeUpdate bool `json:"versionupdate"` + TimeUpdate bool `json:"timeupdate"` } // YayConf holds the current config values for yay.