Skip to content

Commit

Permalink
Merge pull request '[v7.0/forgejo] Replace Gitea with Forgejo' (#4674…
Browse files Browse the repository at this point in the history
…) from bp-v7.0/forgejo-9ad23f9 into v7.0/forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4674
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
  • Loading branch information
Earl Warren committed Jul 24, 2024
2 parents 68ceacf + 24ea13a commit 7956c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/doctor/paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func checkConfigurationFile(logger log.Logger, autofix bool, fileOpts configurat
func checkConfigurationFiles(ctx context.Context, logger log.Logger, autofix bool) error {
if fi, err := os.Stat(setting.CustomConf); err != nil || !fi.Mode().IsRegular() {
logger.Error("Failed to find configuration file at '%s'.", setting.CustomConf)
logger.Error("If you've never ran Gitea yet, this is normal and '%s' will be created for you on first run.", setting.CustomConf)
logger.Error("If you've never ran Forgejo yet, this is normal and '%s' will be created for you on first run.", setting.CustomConf)
logger.Error("Otherwise check that you are running this command from the correct path and/or provide a `--config` parameter.")
logger.Critical("Cannot proceed without a configuration file")
return err
Expand Down

0 comments on commit 7956c38

Please sign in to comment.