Commit 204c66461ed519eb0078be7e8ac8a6cb56834753
1 parent
511d07c4
Exists in
master
and in
4 other branches
corrected exception for automerge
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/gitlab_merge.rb
@@ -30,7 +30,7 @@ class GitlabMerge | @@ -30,7 +30,7 @@ class GitlabMerge | ||
30 | f.flock(File::LOCK_EX) | 30 | f.flock(File::LOCK_EX) |
31 | 31 | ||
32 | unless project.satellite.exists? | 32 | unless project.satellite.exists? |
33 | - raise "You should run: rake gitlab_enable_automerge" | 33 | + raise "You should run: rake gitlab:app:enable_automerge" |
34 | end | 34 | end |
35 | 35 | ||
36 | project.satellite.clear | 36 | project.satellite.clear |