Skip to content

Commit afb83f4

Browse files
authored
Update init.js
1 parent 3976884 commit afb83f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function (path = '', local, theme) {
2222
path = cwd(path || '.')
2323

2424
if (exists(path)) {
25-
console.log(chalk.red(`${path} `) + 'already exists.')
25+
console.log(chalk.red(`${path}`) + ' already exists.')
2626

2727
inquirer
2828
.prompt([

0 commit comments

Comments
 (0)