diff --git a/command.go b/command.go index 4794e5eb..7b7b6967 100644 --- a/command.go +++ b/command.go @@ -1141,7 +1141,7 @@ func (c *Command) ExecuteC() (cmd *Command, err error) { // We have to pass global context to children command // if context is present on the parent command. - if cmd.ctx == nil { + if c.ctx != nil { cmd.ctx = c.ctx }