1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

nix doctor: Fix typo

(cherry picked from commit 96c6b08ed7)
This commit is contained in:
Eelco Dolstra 2019-06-23 22:19:14 +02:00
parent 47a937d512
commit 80ab95315d

View file

@ -131,4 +131,4 @@ struct CmdDoctor : StoreCommand
}
};
static auto r1 = registerCommand<CmdDoctor>("doctore");
static auto r1 = registerCommand<CmdDoctor>("doctor");