Skip to content

Commit

Permalink
simple ESlint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed Mar 25, 2020
1 parent f95cde9 commit bd98d07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/create-redwood-app/src/create-redwood-app.js
Expand Up @@ -162,7 +162,9 @@ new Listr(
.then(() => {
// TODO: show helpful out for next steps.
console.log()
console.log(`Thanks for trying out Redwood! We've created your app in '${newAppDir}'`)
console.log(
`Thanks for trying out Redwood! We've created your app in '${newAppDir}'`
)
console.log()
console.log(
'Inside that directory you can run `yarn rw dev` to start the development server.'
Expand Down

0 comments on commit bd98d07

Please sign in to comment.