Skip to content

Commit cc77854

Browse files
committed
fix typo in instruction
1 parent 1d7cc10 commit cc77854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ A value of `on_fail` means that the step will run only if one of the preceding s
784784

785785
###### Ending a Job from within a `step`
786786

787-
A job can exit without failing by using using `run: circleci-agent step halt`. This can be useful in situations where jobs need to conditionally execute.
787+
A job can exit without failing by using `run: circleci-agent step halt`. This can be useful in situations where jobs need to conditionally execute.
788788

789789
Here is an example where `halt` is used to avoid running a job on the `develop` branch:
790790

0 commit comments

Comments
 (0)