fastlane/lib/fastlane/actions/debug.rb in fastlane-2.74.1 vs fastlane/lib/fastlane/actions/debug.rb in fastlane-2.75.0.beta.20180109010003

- old
+ new

@@ -1,10 +1,10 @@ module Fastlane module Actions class DebugAction < Action def self.run(params) - puts "Lane Context".green - puts Actions.lane_context + puts("Lane Context".green) + puts(Actions.lane_context) end def self.description "Print out an overview of the lane context values" end