Skip to content
Snippets Groups Projects
Commit 204c6646 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

corrected exception for automerge

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