Commit 204c6646 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

corrected exception for automerge

parent 511d07c4
...@@ -30,7 +30,7 @@ class GitlabMerge ...@@ -30,7 +30,7 @@ class GitlabMerge
f.flock(File::LOCK_EX) f.flock(File::LOCK_EX)
unless project.satellite.exists? unless project.satellite.exists?
raise "You should run: rake gitlab_enable_automerge" raise "You should run: rake gitlab:app:enable_automerge"
end end
project.satellite.clear project.satellite.clear
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment