diff --git a/server/handler.go b/server/handler.go index da33702..894cd25 100644 --- a/server/handler.go +++ b/server/handler.go @@ -95,7 +95,7 @@ func Handler(mainDomainSuffix, rawDomain string, // TODO: move into external func to not alert vars indirectly tryBranch := func(log zerolog.Logger, repo, branch string, _path []string, canonicalLink string) bool { if repo == "" { - log.Debug().Msg("tryBranch: repo == ''") + log.Debug().Msg("tryBranch: repo is empty") return false }