fastlane/lib/fastlane/commands_generator.rb in fastlane-2.79.0.beta.20180124010003 vs fastlane/lib/fastlane/commands_generator.rb in fastlane-2.79.0.beta.20180125010002
- old
+ new
@@ -54,10 +54,10 @@
Fastlane::EnvironmentPrinter.output
end
end
def self.confirm_troubleshoot
- if Helper.is_ci?
+ if Helper.ci?
UI.error("---")
UI.error("You are trying to use '--troubleshoot' on CI")
UI.error("this option is not usable in CI, as it is insecure")
UI.error("---")
UI.user_error!("Do not use --troubleshoot in CI")