Skip to content

Commit 43e281c

Browse files
authored
docs: fix typo on continue docs (#10041)
### Description Fix minor oversight in #10023 when we reworded the options ### Testing Instructions N/A
1 parent 3c4ea87 commit 43e281c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/repo-docs/reference/run.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ turbo run test --concurrency=5
123123
124124
### `--continue <option>`
125125
126-
Default: `none`
126+
Default: `never`
127127
128128
Specify how `turbo` should handle current and pending tasks in the presence of an error (e.g. non-zero exit code from a task).
129129

0 commit comments

Comments
 (0)