pilot/lib/pilot/build_manager.rb in fastlane-2.27.0.beta.20170408010009 vs pilot/lib/pilot/build_manager.rb in fastlane-2.27.0.beta.20170409010031

- old
+ new

@@ -95,10 +95,10 @@ rows = builds.collect { |build| describe_build(build) } puts Terminal::Table.new( title: "#{app.name} Builds".green, headings: ["Version #", "Build #", "Testing", "Installs", "Sessions"], - rows: rows + rows: FastlaneCore::PrintTable.transform_output(rows) ) end def self.truncate_changelog(changelog) max_changelog_length = 4000