fastlane/lib/fastlane/plugins/plugin_manager.rb in fastlane-2.184.0 vs fastlane/lib/fastlane/plugins/plugin_manager.rb in fastlane-2.184.1

- old
+ new

@@ -324,10 +324,10 @@ if current[1][:actions].empty? # Something is wrong with this plugin, no available actions no_action_found = true [current[0].red, current[1][:version_number], "No actions found".red] else - [current[0], current[1][:version_number], current[1][:actions].join("\n")] + [current[0], current[1][:version_number], current[1][:actions].join(", ")] end end require 'terminal-table' puts(Terminal::Table.new({