Skip to content

Commit

Permalink
fix(new): Add closing paren to andross boilerplate description (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nk1du authored and jamonholmgren committed Dec 14, 2018
1 parent 995e98a commit 4bfa4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async function command (context) {
if ((boilerplateName || '').includes(path.sep)) {
boilerplateName = filesystem.path(boilerplateName)
}
const andross = 'Andross (React Navigation, Redux, & Redux Saga'
const andross = 'Andross (React Navigation, Redux, & Redux Saga)'
const bowser = 'Bowser (React Navigation, MobX State Tree, & TypeScript)'
if (!boilerplateName) {
const { boilerplate } = await context.prompt.ask([
Expand Down

0 comments on commit 4bfa4ba

Please sign in to comment.