From 928542deb266ce5fda53a907b63420968170766d Mon Sep 17 00:00:00 2001 From: Fionn Mac an Bhaird <33222605+FinnWard@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:28:10 +0200 Subject: [PATCH] Update system-environment-variables.mdx update missing hyphon for affected --- docs/repo-docs/reference/system-environment-variables.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repo-docs/reference/system-environment-variables.mdx b/docs/repo-docs/reference/system-environment-variables.mdx index b0cd9c9069474..9032bfd473882 100644 --- a/docs/repo-docs/reference/system-environment-variables.mdx +++ b/docs/repo-docs/reference/system-environment-variables.mdx @@ -32,7 +32,7 @@ System environment variables are always overridden by flag values provided direc | `TURBO_REMOTE_ONLY` | Always ignore the local filesystem cache for all tasks. | | `TURBO_RUN_SUMMARY` | Generate a [Run Summary](/repo/docs/reference/run#--summarize) when you run tasks. | | `TURBO_SCM_BASE` | Base used by `--affected` when calculating what has changed from `base...head` | -| `TURBO_SCM_HEAD` | Head used by `-affected` when calculating what has changed from `base...head` | +| `TURBO_SCM_HEAD` | Head used by `--affected` when calculating what has changed from `base...head` | | `TURBO_TEAM` | The account name associated with your repository. When using [Vercel Remote Cache](https://vercel.com/docs/monorepos/remote-caching#vercel-remote-cache), this is your team's slug. | | `TURBO_TEAMID` | The account identifier associated with your repository. When using [Vercel Remote Cache](https://vercel.com/docs/monorepos/remote-caching#vercel-remote-cache), this is your team's ID. | | `TURBO_TELEMETRY_MESSAGE_DISABLED` | Disable the message notifying you that [Telemetry](/repo/docs/telemetry) is enabled. |