Fix repo format default error

pull/486/head
jackgr 9 years ago
parent ffb7978333
commit 2710a53867

@ -59,7 +59,7 @@ func addChartRepoHandlerFunc(w http.ResponseWriter, r *http.Request, c *router.C
}
if string(cr.Format) == "" {
cr.Type = repo.GCSRepoType
cr.Format = repo.GCSRepoFormat
}
if string(cr.Type) == "" {

Loading…
Cancel
Save