Fix small bug

This commit is contained in:
Gusted 2022-09-18 16:02:32 +02:00
parent 1565fbc92f
commit 38cb18ba61
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -296,7 +296,7 @@ func Handler(mainDomainSuffix, rawDomain []byte,
return
}
log.Info().Msg("tryBranch, now trying upstream 7 %s")
log.Info().Msg("tryBranch, now trying upstream 7")
tryUpstream(ctx, giteaClient, mainDomainSuffix, trimmedHost,
targetOptions, targetOwner, targetRepo, targetBranch, targetPath,
canonicalDomainCache, branchTimestampCache, fileResponseCache)