We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 099da65 + 0206117 commit f2bea4cCopy full SHA for f2bea4c
1 file changed
lib/deploygate/add_devices_server.rb
@@ -44,7 +44,7 @@ def self.build(pool, bunlde_id, iphones, member_center, args, options)
44
puts HighLine.color(I18n.t('command_builder.add_devices.server.start_build'), HighLine::GREEN)
45
pool.perform do
46
DeployGate::Commands::AddDevices.register!(devices)
47
- DeployGate::Commands::AddDevices.build!(bunlde_id, args, options)
+ DeployGate::Commands::AddDevices.build!(bunlde_id, member_center, args, options)
48
puts HighLine.color(I18n.t('command_builder.add_devices.server.finish_build'), HighLine::GREEN)
49
puts ''
50
end
0 commit comments