Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: add missing ` in adduser warning (#5196)
  • Loading branch information
MylesBorins committed Jul 20, 2022
1 parent 9c590fa commit 2fa3271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/adduser.js
Expand Up @@ -30,7 +30,7 @@ class AddUser extends BaseCommand {
log.disableProgress()

log.warn('adduser',
'`adduser` will be split into `login` and `register in a future version.'
'`adduser` will be split into `login` and `register` in a future version.'
+ ' `adduser` will become an alias of `register`.'
+ ' `login` (currently an alias) will become its own command.')
log.notice('', `Log in on ${replaceInfo(registry)}`)
Expand Down

0 comments on commit 2fa3271

Please sign in to comment.