Skip to content

Commit 49652cd

Browse files
Nate Smithjsoref
andauthored
Update pkg/cmd/run/cancel/cancel.go
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 6ba70d4 commit 49652cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/run/cancel/cancel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func runCancel(opts *CancelOptions) error {
7575
return err
7676
}
7777

78-
fmt.Fprintf(opts.IO.Out, "%s You have successfully requested the workflow to be canceled.", cs.SuccessIcon())
78+
fmt.Fprintf(opts.IO.Out, "%s Request to cancel workflow submitted.", cs.SuccessIcon())
7979

8080
return nil
8181
}

0 commit comments

Comments
 (0)