Skip to content

Commit 7f42c1a

Browse files
zGravpatcon
authored andcommitted
Update auth.coffee (#30)
Fix in 'list assigned roles' command description.
1 parent 1687499 commit 7f42c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# hubot what roles does <user> have - Find out what roles a user has
1111
# hubot what roles do I have - Find out what roles you have
1212
# hubot who has <role> role - Find out who has the given role
13-
# hubot list assigned roles - List all roles and users assigned to them
13+
# hubot list assigned roles - List all assigned roles
1414
#
1515
# Notes:
1616
# * Call the method: robot.auth.hasRole(msg.envelope.user,'<role>')

0 commit comments

Comments
 (0)