Phrase errors in Execute the same as in Prepare [#33]
This commit is contained in:
@@ -85,7 +85,7 @@ func (p *Plan) Execute() error {
|
||||
}
|
||||
|
||||
if err := step.Execute(p.runCfg); err != nil {
|
||||
return fmt.Errorf("in execution step %d: %w", i, err)
|
||||
return fmt.Errorf("while executing %T step: %w", step, err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user