fastlane/lib/fastlane/actions/s3.rb in fastlane-2.26.0.beta.20170405010026 vs fastlane/lib/fastlane/actions/s3.rb in fastlane-2.26.0.beta.20170406010019
- old
+ new
@@ -382,10 +382,10 @@
description: "AWS region (for bucket creation) ",
optional: true,
default_value: ENV['AWS_REGION']),
FastlaneCore::ConfigItem.new(key: :path,
env_name: "S3_PATH",
- description: "S3 'path'. Values from Info.plist will be substituded for keys wrapped in {} ",
+ description: "S3 'path'. Values from Info.plist will be substituted for keys wrapped in {} ",
optional: true,
default_value: 'v{CFBundleShortVersionString}_b{CFBundleVersion}/'),
FastlaneCore::ConfigItem.new(key: :source,
env_name: "S3_SOURCE",
description: "Optional source directory e.g. ./build ",