Merge pull request #29 from terasum/master
fix(internal/repo/config.go): fix typo
This commit is contained in:
commit
94a42fbe85
|
@ -28,7 +28,7 @@ const (
|
|||
|
||||
type Config struct {
|
||||
RepoRoot string `json:"repo_root"`
|
||||
Title string `json:"tile"`
|
||||
Title string `json:"title"`
|
||||
Solo bool `json:"solo"`
|
||||
Port `json:"port"`
|
||||
PProf `json:"pprof"`
|
||||
|
|
Loading…
Reference in New Issue