chore: fix prompt message

This commit is contained in:
Haoqun Jiang
2019-07-15 21:41:39 +08:00
parent 53b3daf97f
commit 44325fa16e

View File

@@ -22,7 +22,7 @@ module.exports = async function confirmIfGitDirty (context) {
{
name: 'ok',
type: 'confirm',
message: 'Still proceed',
message: 'Still proceed?',
default: false
}
])