spaceship/lib/spaceship/portal/ui/select_team.rb in fastlane-2.96.1 vs spaceship/lib/spaceship/portal/ui/select_team.rb in fastlane-2.97.0

- old
+ new

@@ -85,10 +85,10 @@ puts("Please check that you set FASTLANE_TEAM_ID or FASTLANE_TEAM_NAME to the right value.") puts("Available Teams:") teams.each_with_index do |team, i| puts("#{i + 1}) #{team['teamId']} \"#{team['name']}\" (#{team['type']})") end - raise "Multiple Teams found; unable to choose, terminal not ineractive!" + raise "Multiple Teams found; unable to choose, terminal not interactive!" end # User Selection loop do # Multiple teams, user has to select