REDIRECT_RAW_INFO -> RAW_INFO_PAGE

This commit is contained in:
6543 2021-12-04 21:15:51 +01:00
parent 38426c26db
commit 5b2e91a37a
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ var ServeFlags = []cli.Flag{
&cli.StringFlag{
Name: "raw-info-page",
Usage: "will be shown (with a redirect) when trying to access $RAW_DOMAIN directly (or without owner/repo/path)",
EnvVars: []string{"REDIRECT_RAW_INFO"},
EnvVars: []string{"RAW_INFO_PAGE"},
Value: "https://docs.codeberg.org/pages/raw-content/",
},