diff options
author | axilleas <axilleas@archlinux.gr> | 2013-04-14 23:17:06 +0300 |
---|---|---|
committer | Axilleas Pipinellis <axilleas@archlinux.gr> | 2013-04-15 21:54:45 +0300 |
commit | 7305d98c8e486b47ba6e90a9a4fe3b223d519827 (patch) | |
tree | 5002a93dcdcbba7281ac5120a77b15759b974f42 /doc/raketasks/user_management.md | |
parent | e45d1d255865a58c57f9f6c0743f3253503e1552 (diff) | |
download | gitlab-ce-7305d98c8e486b47ba6e90a9a4fe3b223d519827.tar.gz |
Added check_redis_version. Fixes #3449
Checking the redis version will warn users that
are using an old version to update. Included
reference to the troubleshooting guide.
Diffstat (limited to 'doc/raketasks/user_management.md')
-rw-r--r-- | doc/raketasks/user_management.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/user_management.md b/doc/raketasks/user_management.md index 021ce35931f..8fa2ed1311c 100644 --- a/doc/raketasks/user_management.md +++ b/doc/raketasks/user_management.md @@ -1,4 +1,4 @@ -### Add user to as a developer to all projects +### Add user as a developer to all projects ``` bundle exec rake gitlab:import:user_to_projects[username@domain.tld] |