diff --git a/src/env.ts b/src/env.ts index df50d607d5..29f1e051d2 100644 --- a/src/env.ts +++ b/src/env.ts @@ -563,7 +563,7 @@ const envDefinitions = { USE_LEARN_STAGING_URL: { def: false, parser: boolParser, - desc: "use the staging URL for the learn page" + desc: "use the staging URL for the learn page", }, };