Merge branch 'main' into feature/add-config-file

This commit is contained in:
6543 2024-02-15 16:03:32 +00:00
commit b85194cded
4 changed files with 7 additions and 7 deletions

View file

@ -41,7 +41,7 @@ func tryUpstream(ctx *context.Context, giteaClient *gitea.Client,
// Try to request the file from the Gitea API
if !options.Upstream(ctx, giteaClient, redirectsCache) {
html.ReturnErrorPage(ctx, "gitea client failed", ctx.StatusCode)
html.ReturnErrorPage(ctx, "forge client failed", ctx.StatusCode)
}
}