Skip to content

Commit

Permalink
chore(remix-dev/cli): fix broken stacks link (#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lemos authored Aug 4, 2022
1 parent 551c925 commit 2c93fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/cli/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ 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 2c93fbf

Please sign in to comment.