Config: Fix quotes at Readonly method (#360)

This commit is contained in:
Sergey Romanov 2019-02-02 18:41:19 +05:00 committed by siddontang
parent becf5f38d3
commit 8ceb77e66a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ type Config struct {
SlaveOf string `toml:"slaveof"`
Readonly bool `toml:readonly`
Readonly bool `toml:"readonly"`
DataDir string `toml:"data_dir"`