Update pkg/cmd/run/cancel/cancel.go

Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Nate Smith 2021-09-02 12:57:50 -05:00 committed by GitHub
parent 6ba70d4a1e
commit 49652cdefa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}