Skip to content

Commit 559992b

Browse files
committed
chore: clean up sstray template string
1 parent a6b2656 commit 559992b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-astro/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export async function main() {
253253
`Run ${bold(cyan(devCmd))} to start the Astro dev server. ${bold(cyan('CTRL-C'))} to close.`
254254
);
255255
if (!installResponse.install) {
256-
console.log(yellow(`Remember to ${'install dependencies'} first!`));
256+
console.log(yellow(`Remember to install dependencies first!`));
257257
}
258258
console.log(`\nStuck? Come join us at ${bold(cyan('https://astro.build/chat'))}`);
259259
}

0 commit comments

Comments
 (0)