summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/create-astro/src/actions/template.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/src/actions/template.ts b/packages/create-astro/src/actions/template.ts
index 2382c61dc..b4144ef3d 100644
--- a/packages/create-astro/src/actions/template.ts
+++ b/packages/create-astro/src/actions/template.ts
@@ -8,7 +8,7 @@ import path from 'node:path';
import { error, info, spinner, title } from '../messages.js';
export async function template(
- ctx: Pick<Context, 'template' | 'prompt' | 'dryRun' | 'exit' | 'exit'>
+ ctx: Pick<Context, 'template' | 'prompt' | 'dryRun' | 'exit'>
) {
if (!ctx.template) {
const { template: tmpl } = await ctx.prompt({