From 49652cdefa175cb62616d8cf8958f1bb7fc2e88e Mon Sep 17 00:00:00 2001 From: Nate Smith Date: Thu, 2 Sep 2021 12:57:50 -0500 Subject: [PATCH] Update pkg/cmd/run/cancel/cancel.go Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pkg/cmd/run/cancel/cancel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/run/cancel/cancel.go b/pkg/cmd/run/cancel/cancel.go index 074f7becb..91ab3b2bd 100644 --- a/pkg/cmd/run/cancel/cancel.go +++ b/pkg/cmd/run/cancel/cancel.go @@ -75,7 +75,7 @@ func runCancel(opts *CancelOptions) error { return err } - fmt.Fprintf(opts.IO.Out, "%s You have successfully requested the workflow to be canceled.", cs.SuccessIcon()) + fmt.Fprintf(opts.IO.Out, "%s Request to cancel workflow submitted.", cs.SuccessIcon()) return nil }