Skip to content

Commit

Permalink
For #4, edit
Browse files Browse the repository at this point in the history
  • Loading branch information
victorkane committed Nov 16, 2018
1 parent ef8eec1 commit 05f5cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ inquirer.prompt(questions).then(answers => {
}
break
case 'cancel':
console.log('\n Thanks for dropping by anywy: cancelled' + "\n" );
console.log('\n Thanks for dropping by anyway: canceled as per your request' + "\n" );
process.exit(0)
default:
console.log('\nYou said: nothing' + "\n" );
Expand Down

0 comments on commit 05f5cea

Please sign in to comment.