rename gitea to forge

This commit is contained in:
crapStone 2024-02-09 15:49:53 +01:00
parent a09bee68ad
commit 50652b2935
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8
2 changed files with 5 additions and 5 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)
}
}