mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Fix config name in json
This commit is contained in:
parent
bebc821653
commit
72cfd64e36
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ type Configuration struct {
|
||||||
SearchMode int `json:"-"`
|
SearchMode int `json:"-"`
|
||||||
SortMode int `json:"sortmode"`
|
SortMode int `json:"sortmode"`
|
||||||
TarBin string `json:"tarbin"`
|
TarBin string `json:"tarbin"`
|
||||||
TimeUpdate bool `json:"versionupdate"`
|
TimeUpdate bool `json:"timeupdate"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// YayConf holds the current config values for yay.
|
// YayConf holds the current config values for yay.
|
||||||
|
|
Loading…
Reference in a new issue