Fix typo
This commit is contained in:
parent
c2b38c9113
commit
70b695922e
|
@ -138,7 +138,7 @@ function createAfterConfirmation(name, verbose) {
|
|||
|
||||
var property = {
|
||||
name: 'yesno',
|
||||
message: 'Directory ' + name + ' already exist. Continue?',
|
||||
message: 'Directory ' + name + ' already exists. Continue?',
|
||||
validator: /y[es]*|n[o]?/,
|
||||
warning: 'Must respond yes or no',
|
||||
default: 'no'
|
||||
|
|
Loading…
Reference in New Issue