Skip to content

Commit

Permalink
org: fix usage error
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jan 18, 2019
1 parent bb8688d commit 4027070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/org.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function org ([cmd, orgname, username, role], cb) {
}).then(
x => cb(null, x),
err => err.code === 'EUSAGE' ? err.message : err
)
).catch(cb)
}

function orgSet (org, user, role, opts) {
Expand Down

0 comments on commit 4027070

Please sign in to comment.