Skip to content

Commit

Permalink
access: ls-collaborators is ok with non-scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 4, 2019
1 parent 309260d commit b177262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/access.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ access['ls-packages'] = access.lsPackages = ([owner], opts) => {
}

access['ls-collaborators'] = access.lsCollaborators = ([pkg, usr], opts) => {
return getPackage(pkg).then(pkgName =>
return getPackage(pkg, false).then(pkgName =>
libaccess.lsCollaborators(pkgName, usr, opts)
).then(collabs => {
// TODO - print these out nicely (breaking change)
Expand Down

0 comments on commit b177262

Please sign in to comment.