Skip to content
Snippets Groups Projects
Commit 96c6b08e authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

nix doctor: Fix typo

parent d4fe9dae
No related branches found
No related tags found
No related merge requests found
......@@ -116,4 +116,4 @@ struct CmdDoctor : StoreCommand
}
};
static auto r1 = registerCommand<CmdDoctor>("doctore");
static auto r1 = registerCommand<CmdDoctor>("doctor");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment