Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Apr 23, 2019
1 parent ab8396b commit 303e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adduser.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function adduser (args, cb) {
))
}

const registry = npm.config.get('registry')
let registry = npm.config.get('registry')
const scope = npm.config.get('scope')
const creds = npm.config.getCredentialsByURI(npm.config.get('registry'))

Expand Down

0 comments on commit 303e99a

Please sign in to comment.