aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sarah Rainsberger <ematipico@users.noreply.github.com> 2024-06-05 13:16:54 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-06-05 13:16:54 +0000
commit4ad1ce24e1306a8330fb6f77c8b13394704e1fef (patch)
treed5975a83ba6ecb87084fcc0a28153521dc024891
parent1529428ed878edee67820df80f0dfff4aae11fc2 (diff)
downloadastro-4ad1ce24e1306a8330fb6f77c8b13394704e1fef.tar.gz
astro-4ad1ce24e1306a8330fb6f77c8b13394704e1fef.tar.zst
astro-4ad1ce24e1306a8330fb6f77c8b13394704e1fef.zip
[ci] format
-rw-r--r--packages/astro/src/core/errors/errors-data.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts
index 677f2662b..b8dc20a80 100644
--- a/packages/astro/src/core/errors/errors-data.ts
+++ b/packages/astro/src/core/errors/errors-data.ts
@@ -1239,7 +1239,7 @@ export const EnvInvalidVariable = {
export const EnvUnsupportedGetSecret = {
name: 'EnvUnsupportedGetSecret',
title: 'Unsupported astro:env getSecret',
- message: '\`astro:env/server\` exported function \`getSecret\` is not supported by your adapter.',
+ message: '`astro:env/server` exported function `getSecret` is not supported by your adapter.',
} satisfies ErrorData;
/**