Commit 204c66461ed519eb0078be7e8ac8a6cb56834753

Authored by Dmitriy Zaporozhets
1 parent 511d07c4

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 30 f.flock(File::LOCK_EX)
31 31  
32 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 34 end
35 35  
36 36 project.satellite.clear
... ...