Skip to content

Commit 44325fa

Browse files
committed
chore: fix prompt message
1 parent 53b3daf commit 44325fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/lib/util/confirmIfGitDirty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = async function confirmIfGitDirty (context) {
2222
{
2323
name: 'ok',
2424
type: 'confirm',
25-
message: 'Still proceed',
25+
message: 'Still proceed?',
2626
default: false
2727
}
2828
])

0 commit comments

Comments
 (0)