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