Ensuring passing context across fission (#2555)
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -45,6 +45,6 @@ func (opts *CheckSubCommand) do(input cli.Input) error {
|
||||
FissionClient: opts.Client(),
|
||||
})
|
||||
|
||||
healthcheck.RunChecks(hc)
|
||||
healthcheck.RunChecks(input.Context(), hc)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user