Merge pull request #2892 from edsantiago/healthcheck_typo_fix

(minor): fix misspelled 'Healthcheck'
This commit is contained in:
OpenShift Merge Robot
2019-04-10 11:28:57 -07:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

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