Skip to content

Commit

Permalink
docs: correct --affected flag equivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Feb 14, 2025
1 parent c26f67c commit 362e843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/repo-docs/reference/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Automatically filter to only packages that are affected by changes on the curren
turbo run build lint test --affected
```
By default, the flag is equivalent to `--filter=[main...HEAD]`. This considers changes between `main` and `HEAD` from Git's perspective.
By default, the flag is equivalent to `--filter=...[main...HEAD]`. This considers changes between `main` and `HEAD` from Git's perspective.
You can override the default base and head with their respective [System Environment Variables](/repo/docs/reference/system-environment-variables).
Expand Down Expand Up @@ -550,8 +550,8 @@ This flag can be helpful for debugging to determine things like:
<Callout type="info" title="Summaries viewer">
While there is not a Turborepo-native Run Summaries UI viewer, we encourage
you to use the community-built
[https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) if you would
like to view your Run Summaries as a web view.
[https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) if you
would like to view your Run Summaries as a web view.
</Callout>
### `--token`
Expand Down

0 comments on commit 362e843

Please sign in to comment.