mirror of
https://github.com/containers/podman.git
synced 2025-12-07 14:20:44 +08:00
(minor): fix misspelled 'Healthcheck'
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user