Skip to content

Commit 365ffe8

Browse files
authored
Merge pull request vuejs#259 from phanan/patch1
Minor improvements for 2.x warning
2 parents a928f1a + 3350f25 commit 365ffe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/warnings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
v2BranchIsNowDefault: function (template, name) {
1313
var vue1InitCommand = 'vue init ' + template + '#1.0' + ' ' + name
1414

15-
console.log(chalk.red(' This will install Vue 2.x version of template.'))
15+
console.log(chalk.green(' This will install Vue 2.x version of the template.'))
1616
console.log()
1717
console.log(chalk.yellow(' For Vue 1.x use: ') + chalk.green(vue1InitCommand))
1818
console.log()

0 commit comments

Comments
 (0)