Commit fdd8b9e32a2a394c7dcd71e64e6bca8c25eda730
1 parent
a02c1fd3
Exists in
spb-stable
and in
3 other branches
Update user_management.md
Believe the intention was to say 'groups' instead of 'projects' here.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/raketasks/user_management.md
... | ... | @@ -15,7 +15,7 @@ Notes: |
15 | 15 | bundle exec rake gitlab:import:all_users_to_all_projects |
16 | 16 | ``` |
17 | 17 | |
18 | -### Add user as a developer to all projects | |
18 | +### Add user as a developer to all groups | |
19 | 19 | |
20 | 20 | ``` |
21 | 21 | bundle exec rake gitlab:import:user_to_groups[username@domain.tld] | ... | ... |