mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-28 15:32:00 +00:00
small fixes
This commit is contained in:
parent
2eaa9f82c2
commit
d48315ab57
3 changed files with 3 additions and 3 deletions
|
@ -147,7 +147,7 @@ func handleSubDomain(log zerolog.Logger, ctx *context.Context, giteaClient *gite
|
|||
|
||||
// Couldn't find a valid repo/branch
|
||||
html.ReturnErrorPage(ctx,
|
||||
fmt.Sprintf("could not find a valid repository or branch: <code>%s</code>", targetRepo),
|
||||
fmt.Sprintf("could not find a valid repository or branch for repository: <code>%s</code>", targetRepo),
|
||||
http.StatusNotFound)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue