From 3d26c9d50f15208696f8a83d379df60a62c1a1e5 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 18 Jun 2024 06:38:25 +0800 Subject: [PATCH] Update routers/web/web.go Co-authored-by: silverwind --- routers/web/web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }