all repos — elgit @ 089ada4cac4dd900646c2039960214f549bed058

fork of legit: web frontend for git, written in go

config: fix go-import pretty url

commit

089ada4cac4dd900646c2039960214f549bed058

parent

0e6eaa211357cd5b9de1762b1cb49e47d35580dc

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M config/config.goconfig/config.go
@@ -23,7 +23,7 @@ Description string `yaml:"description"`
} `yaml:"meta"` Misc struct { GoImport struct { - PrettyURL string `yaml:"string"` + PrettyURL string `yaml:"prettyURL"` } `yaml:"goImport"` } `yaml:"misc"` Server struct {