Skip to content

Commit e3cdfbd

Browse files
committed
Update index.js
1 parent 53cc202 commit e3cdfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/init/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function promptUser() {
105105
{
106106
type: 'password',
107107
name: 'password',
108-
message: "Password (>16 characters)",
108+
message: "Password (>15 characters)",
109109
validate(val) {
110110
if (val.length < 16) {
111111
return "Password too short. Must be at least 16 characters"

0 commit comments

Comments
 (0)