mirror of
https://github.com/containers/podman.git
synced 2025-12-06 05:37:49 +08:00
Merge pull request #2892 from edsantiago/healthcheck_typo_fix
(minor): fix misspelled 'Healthcheck'
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user