Explorar o código

Fix config name in json

Maxim Baz %!s(int64=7) %!d(string=hai) anos
pai
achega
72cfd64e36
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/config.go

+ 1 - 1
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.