Merge pull request #2376 from sriharshav/fixed

Fix replace return with next in rake rask
This commit is contained in:
Valeriy Sizov 2012-12-26 05:02:56 -08:00
commit c4536ae587

View file

@ -11,7 +11,7 @@ namespace :gitlab do
print "Creating satellites for ..."
unless Project.count > 0
puts "skipping, because you have no projects".magenta
return
next
end
puts ""