(minor): fix misspelled 'Healthcheck'

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2019-04-10 09:40:22 -06:00
parent 2f2c7660c3
commit a07b2c2c60
7 changed files with 7 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ func getSystemSubCommands() []*cobra.Command {
}
// Commands that the local client implements
func getHealtcheckSubCommands() []*cobra.Command {
func getHealthcheckSubCommands() []*cobra.Command {
return []*cobra.Command{
_healthcheckrunCommand,
}