Fix replace return with next in rake rask

This commit is contained in:
Sriharsha Vardhan 2012-12-25 12:13:50 +05:30
parent 49e73f8ac1
commit d41aac629b
1 changed files with 1 additions and 1 deletions

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 ""