Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-20 22:38:44 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-20 23:22:25 +0400
commit501f048846bad9a66583bb73d448564eca752905 (patch)
treea3a8a8b4f60d77a63112c66a0bdf7961fb48c9be /doc
parente3a7e43ff4fb1ebf9e594b32abcb980a8b905c49 (diff)
Rename gitlab:app:enable_automerge to gitlab:enable_automerge
Diffstat (limited to 'doc')
-rw-r--r--doc/raketasks/features.md2
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: