This commit is contained in:
Chris Breiding
2017-05-09 10:59:02 -04:00
parent 1ba7c22f86
commit 01cffb0684
+1 -1
View File
@@ -123,7 +123,7 @@ module.exports = (cmd, options) => {
})
})
.then(() => {
console.log(chalk.green('\nAll tasks compconsted successfully'))
console.log(chalk.green('\nAll tasks completed successfully'))
})
.catch(noPackagesError, (err) => {
console.error(chalk.red(`\n${err.message}`))