1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

nix doctor: Consistency

This commit is contained in:
Eelco Dolstra 2020-05-05 15:27:47 +02:00
parent f132d82a79
commit 909b4a8820

View file

@ -40,7 +40,7 @@ struct CmdDoctor : StoreCommand
std::string description() override
{
return "check your system for potential problems and print a PASS or FAIL for each check.";
return "check your system for potential problems and print a PASS or FAIL for each check";
}
Category category() override { return catNixInstallation; }