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.