Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Aug 4, 2022
1 parent 9e66a5c commit 845c6c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/remix-dev/cli/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ export async function run(argv: string[] = process.argv.slice(2)) {
},
message: "Which Stack do you want? ",
loop: false,
suffix: "(Learn more about these stacks: 'https://remix.run/stacks')",
suffix:
"(Learn more about these stacks: 'https://remix.run/stacks')",
choices: [
{
name: "Blues",
Expand Down

0 comments on commit 845c6c3

Please sign in to comment.