mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-15 03:40:48 -06:00
chore: fix prompt message
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = async function confirmIfGitDirty (context) {
|
||||
{
|
||||
name: 'ok',
|
||||
type: 'confirm',
|
||||
message: 'Still proceed',
|
||||
message: 'Still proceed?',
|
||||
default: false
|
||||
}
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user