Update puts statement
This commit is contained in:
parent
29c52469a3
commit
df1bc9427a
1 changed files with 1 additions and 5 deletions
|
|
@ -105,11 +105,7 @@ module PostDeployment
|
||||||
count = items.size
|
count = items.size
|
||||||
puts "\n#{type.capitalize}: #{count} #{label.downcase} #{count == 1 ? 'record' : 'records'}"
|
puts "\n#{type.capitalize}: #{count} #{label.downcase} #{count == 1 ? 'record' : 'records'}"
|
||||||
items.each do |item|
|
items.each do |item|
|
||||||
if @test_mode
|
puts " - #{item[:name_en]} (ID: #{item[:granblue_id]})"
|
||||||
puts " - #{item[:name_en]} (ID: #{item[:granblue_id]})"
|
|
||||||
else
|
|
||||||
puts " - #{item.name_en} (ID: #{item.granblue_id})"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue