chore: shorten current directory prompt

This commit is contained in:
Evan You
2018-03-02 21:53:15 -05:00
parent 09ed0b168a
commit 8eb0bc8261

View File

@@ -22,7 +22,7 @@ async function create (projectName, options) {
{
name: 'ok',
type: 'confirm',
message: `Generate project in current directory ${chalk.cyan(targetDir)} ?`
message: `Generate project in current directory?`
}
])
if (!ok) {