Skip to content

Commit 2fa3271

Browse files
authored
fix: add missing ` in adduser warning (#5196)
1 parent 9c590fa commit 2fa3271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/adduser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AddUser extends BaseCommand {
3030
log.disableProgress()
3131

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

0 commit comments

Comments
 (0)