Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dceejay committed Jan 6, 2024
1 parent 53cc202 commit e3cdfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/init/index.js
Expand Up @@ -105,7 +105,7 @@ async function promptUser() {
{
type: 'password',
name: 'password',
message: "Password (>16 characters)",
message: "Password (>15 characters)",
validate(val) {
if (val.length < 16) {
return "Password too short. Must be at least 16 characters"
Expand Down

0 comments on commit e3cdfbd

Please sign in to comment.