Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement basic app.ini and path checks to doctor cmd #10064

Merged
merged 13 commits into from
Jan 30, 2020
Prev Previous commit
Next Next commit
Update cmd/doctor.go
Co-Authored-By: John Olheiser <[email protected]>
  • Loading branch information
guillep2k and jolheiser committed Jan 29, 2020
commit 292909ccbaa805912971706b8fae278f0bc9731e
2 changes: 1 addition & 1 deletion cmd/doctor.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
var CmdDoctor = cli.Command{
Name: "doctor",
Usage: "Diagnose problems",
Description: "A command to diagnose problems of current gitea instance according the given configuration.",
Description: "A command to diagnose problems with the current Gitea instance according to the given configuration.",
Action: runDoctor,
}

Expand Down