Skip to content

Commit ddf6323

Browse files
committed
NFC
1 parent 00d88b9 commit ddf6323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cmd/state/internal/cmdtree/exechandlers/notifier

cmd/state/internal/cmdtree/exechandlers/notifier/notifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func (m *Notifier) OnExecStop(cmd *captain.Command, _ []string) error {
6969
}
7070

7171
if err := m.PrintByPlacement(graph.NotificationPlacementTypeAfterCmd); err != nil {
72-
return errs.Wrap(err, "notification error occurred before cmd")
72+
return errs.Wrap(err, "notification error occurred after cmd")
7373
}
7474

7575
return nil

0 commit comments

Comments
 (0)