summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/cli/preferences/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/cli/preferences/index.ts b/packages/astro/src/cli/preferences/index.ts
index b7d59b3c8..e66f9083a 100644
--- a/packages/astro/src/cli/preferences/index.ts
+++ b/packages/astro/src/cli/preferences/index.ts
@@ -229,7 +229,7 @@ function userValues(
result[key] = {
value: flatProject[key],
annotation: '',
- }
+ };
if (key in flatGlobal) {
result[key].annotation += ` (also modified globally)`;
}