s/enamed/renamed (#393)

This commit is contained in:
Héctor Ramos 2018-01-11 19:23:13 -04:00 committed by Joel Marcey
parent ed5d24f6ea
commit c08142c094

View file

@ -130,7 +130,7 @@ if (fs.existsSync(currentSidebarFile)) {
} }
console.log( console.log(
`${chalk.green('Successfully enamed version ')}${chalk.yellow( `${chalk.green('Successfully renamed version ')}${chalk.yellow(
currentVersion currentVersion
)}${chalk.green(' to version ')}${chalk.yellow(newVersion)}\n` )}${chalk.green(' to version ')}${chalk.yellow(newVersion)}\n`
); );