diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-20 19:38:44 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-20 20:22:25 +0100 |
commit | 501f048846bad9a66583bb73d448564eca752905 (patch) | |
tree | a3a8a8b4f60d77a63112c66a0bdf7961fb48c9be /doc/raketasks/features.md | |
parent | e3a7e43ff4fb1ebf9e594b32abcb980a8b905c49 (diff) | |
download | gitlab-ce-501f048846bad9a66583bb73d448564eca752905.tar.gz |
Rename gitlab:app:enable_automerge to gitlab:enable_automerge
Diffstat (limited to 'doc/raketasks/features.md')
-rw-r--r-- | doc/raketasks/features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/features.md b/doc/raketasks/features.md index 9dc6a4ef5eb..7a2a4b668bd 100644 --- a/doc/raketasks/features.md +++ b/doc/raketasks/features.md @@ -22,7 +22,7 @@ bundle exec rake gitlab:enable_namespaces This command will enable the auto merge feature. After this you will be able to **merge a merge request** via GitLab and use the **online editor**. ``` -bundle exec rake gitlab:app:enable_automerge +bundle exec rake gitlab:enable_automerge ``` Example output: |