diff options
Diffstat (limited to 'cmd/podman/healthcheck.go')
-rw-r--r-- | cmd/podman/healthcheck.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/healthcheck.go b/cmd/podman/healthcheck.go index e7cc125cc..48d6b6bbf 100644 --- a/cmd/podman/healthcheck.go +++ b/cmd/podman/healthcheck.go @@ -11,6 +11,7 @@ var healthcheckCommand = cliconfig.PodmanCommand{ Use: "healthcheck", Short: "Manage Healthcheck", Long: healthcheckDescription, + RunE: commandRunE(), }, } |