Skip to content

Commit

Permalink
Tweak error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Jul 1, 2024
1 parent c42988d commit 5f8dc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/step_activator.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (a stepActivator) activateStep(
)
didStepLibUpdate = activatedStep.DidStepLibUpdate
if err != nil {
return "", "", didStepLibUpdate, fmt.Errorf("activate steplib step reference: %w", err)
return "", "", didStepLibUpdate, fmt.Errorf("activate steplib step: %w", err)
}

stepYMLPth = activatedStep.StepYMLPath
Expand Down

0 comments on commit 5f8dc14

Please sign in to comment.