Modify deployment manager

Use - to make it easier to copy paste into Github PR
This commit is contained in:
Justin Edmund 2025-01-15 15:55:13 -08:00
parent 3fff7e20e3
commit 56b8516584

View file

@ -106,9 +106,9 @@ module PostDeployment
puts "\n#{type.capitalize}: #{count} #{label.downcase} #{count == 1 ? 'record' : 'records'}"
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})"
puts " - #{item.name_en} (ID: #{item.granblue_id})"
end
end
end