fastlane/lib/fastlane/actions/frame_screenshots.rb in fastlane-2.111.0.beta.20181211193527 vs fastlane/lib/fastlane/actions/frame_screenshots.rb in fastlane-2.111.0.beta.20181213171204
- old
+ new
@@ -30,10 +30,10 @@
require "frameit/options"
FastlaneCore::CommanderGenerator.new.generate(Frameit::Options.available_options) + [
FastlaneCore::ConfigItem.new(key: :path,
env_name: "FRAMEIT_SCREENSHOTS_PATH",
description: "The path to the directory containing the screenshots",
- default_value: Actions.lane_context[SharedValues::SNAPSHOT_SCREENSHOTS_PATH] || FastlaneCore::FastlaneFolder.path,
+ default_value: Actions.lane_context[SharedValues::SNAPSHOT_SCREENSHOTS_PATH] || FastlaneCore::FastlaneFolder.path,
default_value_dynamic: true)
]
end
def self.author