Skip to content

Commit

Permalink
Add missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Aug 13, 2021
1 parent 98158fa commit 25a1f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildutils/src/local-repository.ts
Expand Up @@ -150,7 +150,7 @@ packages:
console.log('Passing password...');
loginPs.stdin.write(pass + '\n');
break;
case 'Email':
case 'Email:':
console.log('Passing email...');
loginPs.stdin.write(email + '\n');
break;
Expand Down

0 comments on commit 25a1f6a

Please sign in to comment.