Skip to content

Commit b7bed8a

Browse files
trickstivalhaoqunjiang
authored andcommitted
docs: fixing the comment about forcing git (#3005) [ci skip]
1 parent 2db8d18 commit b7bed8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/bin/vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ program
5757
.option('-b, --bare', 'Scaffold project without beginner instructions')
5858
.action((name, cmd) => {
5959
const options = cleanArgs(cmd)
60-
// --no-git makes commander to default git to true
60+
// --git makes commander to default git to true
6161
if (process.argv.includes('-g') || process.argv.includes('--git')) {
6262
options.forceGit = true
6363
}

0 commit comments

Comments
 (0)