Forráskód Böngészése

Fix config name in json

Maxim Baz 7 éve
szülő
commit
72cfd64e36
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.