Skip to content

Commit

Permalink
fix: typo in yolo message
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Oct 30, 2019
1 parent 503153f commit e600ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/init.ts
Expand Up @@ -43,7 +43,7 @@ module.exports = async function(options?: NitroInitOptions) {
});
} else {
if (process.env.HEXA_YOLO_MODE) {
console.log(chalk.yellow(`⭐ YOLO mode enabled. Go grab a coffee, we will take care of rest!`));
console.log(chalk.yellow(`⭐ YOLO mode enabled. Go grab a coffee, we will take care of the rest!`));

selectedFeatures = FEATURES.map(feat => feat.short);
}
Expand Down

0 comments on commit e600ab3

Please sign in to comment.