diff --git a/docs/repo-docs/reference/run.mdx b/docs/repo-docs/reference/run.mdx index bf476551b0f6e..dc58074573a90 100644 --- a/docs/repo-docs/reference/run.mdx +++ b/docs/repo-docs/reference/run.mdx @@ -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). @@ -550,8 +550,8 @@ This flag can be helpful for debugging to determine things like: 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. ### `--token`