kumaab commented on PR #16:
URL: https://github.com/apache/ranger-tools/pull/16#issuecomment-5656774235

   Suggestion: to keep this consistent with the existing pattern in this file 
(`create_users_and_groups(group_name, users)` takes the group first), consider 
swapping the argument order here:
   
   ```bash
   add_user_to_group "shadow" "ranger"
   ```
   
   with the function signature updated to `add_user_to_group(groupname, 
username)` accordingly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to