Skip to content

Commit

Permalink
Improved output for adding user to admin group
Browse files Browse the repository at this point in the history
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
  • Loading branch information
dheerajd-msys committed Apr 6, 2017
1 parent 00a6866 commit 3dc93b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/chef/knife/opc_org_user_add.rb
Expand Up @@ -54,6 +54,7 @@ def run
if config[:admin]
org.add_user_to_group("admins", @username)
org.add_user_to_group("billing-admins", @username)
ui.msg "User #{username} is added to admins and billing-admins group"
end
end
end
Expand Down

0 comments on commit 3dc93b5

Please sign in to comment.