diff --git a/routers/web/web.go b/routers/web/web.go index 72de75228c..ebb914e82f 100644 --- a/routers/web/web.go +++ b/routers/web/web.go @@ -384,7 +384,7 @@ func registerRoutes(m *web.Route) { return func(ctx *context.Context) { // only check global disabled units when ignoreGlobal is false if !ignoreGlobal && unitType.UnitGlobalDisabled() { - ctx.NotFound("Repo unit is is disabled:"+unitType.LogString(), nil) + ctx.NotFound("Repo unit is is disabled: "+unitType.LogString(), nil) return }