spaceship/lib/spaceship/portal/ui/select_team.rb in fastlane-2.32.0 vs spaceship/lib/spaceship/portal/ui/select_team.rb in fastlane-2.32.1

- old
+ new

@@ -37,11 +37,11 @@ end return false end def self.interactive? - if Object.const_defined?("FastlaneCore") && FastlaneCore.const_defined?("Helper") - return FastlaneCore::Helper.interactive? + if Object.const_defined?("FastlaneCore") && FastlaneCore.const_defined?("UI") + return FastlaneCore::UI.interactive? end return true end def select_team