Fix replace return with next in rake rask
This commit is contained in:
parent
49e73f8ac1
commit
d41aac629b
|
@ -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 ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue