From 362e8439798457168c7d36a096bacc59b8c68dca Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 14 Feb 2025 08:45:49 -0700 Subject: [PATCH] docs: correct --affected flag equivalent --- docs/repo-docs/reference/run.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`