corrected exception for automerge
This commit is contained in:
parent
511d07c47c
commit
204c66461e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue