spaceship/lib/spaceship/portal/ui/select_team.rb in fastlane-2.93.0.beta.20180418050020 vs spaceship/lib/spaceship/portal/ui/select_team.rb in fastlane-2.93.0.beta.20180419050008

- old
+ new

@@ -45,10 +45,10 @@ end return true end # rubocop:enable Require/MissingRequireStatement - def select_team(team_id: team_id = nil, team_name: team_name = nil) + def select_team(team_id: nil, team_name: nil) teams = client.teams if teams.count == 0 puts("No teams available on the Developer Portal") puts("You must accept an invitation to a team for it to be available")