Commit c4536ae587f67db89ab8310a1b16eed269b4d8df
Exists in
master
and in
4 other branches
Merge pull request #2376 from sriharshav/fixed
Fix replace return with next in rake rask
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/gitlab/enable_automerge.rake
@@ -11,7 +11,7 @@ namespace :gitlab do | @@ -11,7 +11,7 @@ namespace :gitlab do | ||
11 | print "Creating satellites for ..." | 11 | print "Creating satellites for ..." |
12 | unless Project.count > 0 | 12 | unless Project.count > 0 |
13 | puts "skipping, because you have no projects".magenta | 13 | puts "skipping, because you have no projects".magenta |
14 | - return | 14 | + next |
15 | end | 15 | end |
16 | puts "" | 16 | puts "" |
17 | 17 |