Modify deployment manager
Use - to make it easier to copy paste into Github PR
This commit is contained in:
parent
3fff7e20e3
commit
56b8516584
1 changed files with 2 additions and 2 deletions
|
|
@ -106,9 +106,9 @@ module PostDeployment
|
||||||
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
|
if @test_mode
|
||||||
puts " • #{item[:name_en]} (ID: #{item[:granblue_id]})"
|
puts " - #{item[:name_en]} (ID: #{item[:granblue_id]})"
|
||||||
else
|
else
|
||||||
puts " • #{item.name_en} (ID: #{item.granblue_id})"
|
puts " - #{item.name_en} (ID: #{item.granblue_id})"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue