pilot/lib/pilot/tester_manager.rb in fastlane-2.66.2 vs pilot/lib/pilot/tester_manager.rb in fastlane-2.67.0.beta.20171121010003
- old
+ new
@@ -201,10 +201,10 @@
if tester.groups.to_s.length > 0
rows << ["Groups", tester.groups.join(";")]
end
- if tester.latest_installed_date
+ if tester.latest_install_date
rows << ["Latest Version", tester.latest_build]
rows << ["Latest Install Date", tester.pretty_install_date]
end
puts Terminal::Table.new(