typo
This commit is contained in:
parent
6b7ab8a752
commit
db83cb7fb9
|
@ -47,10 +47,10 @@ func (v *RepoList) InitRepoList(cfgfile string) {
|
|||
case "readonly":
|
||||
if option[1] == "true" {
|
||||
log.Log(REPOWARN, repodir, "setting ReadOnly to true")
|
||||
private = true
|
||||
readonly = true
|
||||
} else {
|
||||
log.Log(REPOWARN, repodir, "setting ReadOnly to false")
|
||||
private = false
|
||||
readonly = false
|
||||
}
|
||||
case "userdir":
|
||||
if option[1] == "true" {
|
||||
|
|
Loading…
Reference in New Issue