Skip to content

Commit

Permalink
#3074: Correct cylc stop commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gill committed Jun 21, 2024
1 parent 43c65f0 commit 407017b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ How to add a recipe to the |RTW|

#. Stop any running ``recipe_test_workflow`` workflows::

cylc stop recipe_test_workflow
cylc stop recipe_test_workflow/*

#. Run the |RTW|; it is expected that the ``compare`` task will fail::

Expand Down Expand Up @@ -96,7 +96,7 @@ How to add a recipe to the |RTW|

#. Stop any running ``recipe_test_workflow`` workflows::

cylc stop recipe_test_workflow
cylc stop recipe_test_workflow/*

#. Run the |RTW| again; the ``compare`` task should now succeed::

Expand Down

0 comments on commit 407017b

Please sign in to comment.