Skip to content

Commit 303e99a

Browse files
Minor fix
1 parent ab8396b commit 303e99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/adduser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function adduser (args, cb) {
2121
))
2222
}
2323

24-
const registry = npm.config.get('registry')
24+
let registry = npm.config.get('registry')
2525
const scope = npm.config.get('scope')
2626
const creds = npm.config.getCredentialsByURI(npm.config.get('registry'))
2727

0 commit comments

Comments
 (0)