Merge pull request #29 from terasum/master

fix(internal/repo/config.go): fix typo
This commit is contained in:
Aiden X 2020-04-21 12:28:54 +08:00 committed by GitHub
commit 94a42fbe85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"`