diff --git a/lib/main.js b/lib/main.js index e0205167..b2a2a725 100644 --- a/lib/main.js +++ b/lib/main.js @@ -43,8 +43,9 @@ class Lambda { this._createSampleFile('deploy.env', 'deploy.env') this._createSampleFile(program.contextFile, 'context.json') this._createSampleFile('event_sources.json', 'event_sources.json') - console.log('Setup done. Edit the .env, deploy.env, ' + program.contextFile + ' and ' + program.eventFile + - ' files as needed.') + console.log(`Setup done. +Edit the .env, deploy.env, ${program.contextFile}, \ +event_sources.json and ${program.eventFile} files as needed.`) } run (program) {