nix doctor: Fix typo
This commit is contained in:
parent
d4fe9daed6
commit
96c6b08ed7
|
@ -116,4 +116,4 @@ struct CmdDoctor : StoreCommand
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
static auto r1 = registerCommand<CmdDoctor>("doctore");
|
static auto r1 = registerCommand<CmdDoctor>("doctor");
|
||||||
|
|
Loading…
Reference in a new issue