spaceship/lib/spaceship/portal/ui/select_team.rb in fastlane-2.32.1 vs spaceship/lib/spaceship/portal/ui/select_team.rb in fastlane-2.33.0.beta.20170519010039
- old
+ new
@@ -37,11 +37,11 @@
end
return false
end
def self.interactive?
- if Object.const_defined?("FastlaneCore") && FastlaneCore.const_defined?("UI")
- return FastlaneCore::UI.interactive?
+ if Object.const_defined?("FastlaneCore") && FastlaneCore.const_defined?("Helper")
+ return FastlaneCore::Helper.interactive?
end
return true
end
def select_team