From ddf6323f683db5e518fb52201c1b8fe6e37f1cc8 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 19 Dec 2025 16:27:21 -0500 Subject: [PATCH] NFC --- cmd/state/internal/cmdtree/exechandlers/notifier/notifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/state/internal/cmdtree/exechandlers/notifier/notifier.go b/cmd/state/internal/cmdtree/exechandlers/notifier/notifier.go index 63a8083864..092ea6c7c7 100644 --- a/cmd/state/internal/cmdtree/exechandlers/notifier/notifier.go +++ b/cmd/state/internal/cmdtree/exechandlers/notifier/notifier.go @@ -69,7 +69,7 @@ func (m *Notifier) OnExecStop(cmd *captain.Command, _ []string) error { } if err := m.PrintByPlacement(graph.NotificationPlacementTypeAfterCmd); err != nil { - return errs.Wrap(err, "notification error occurred before cmd") + return errs.Wrap(err, "notification error occurred after cmd") } return nil