fastlane/lib/fastlane/actions/s3.rb in fastlane-2.90.0 vs fastlane/lib/fastlane/actions/s3.rb in fastlane-2.91.0.beta.20180413050017

- old
+ new

@@ -311,10 +311,10 @@ "Generates a plist file and uploads all to AWS S3" end def self.details [ - "Upload a new build to Amazon S3 to distribute the build to beta testers. ", + "Upload a new build to Amazon S3 to distribute the build to beta testers.", "Works for both Ad Hoc and Enterprise signed applications. This step will generate the necessary HTML, plist, and version files for you.", "It is recommended to **not** store the AWS access keys in the `Fastfile`. The uploaded `version.json` file provides an easy way for apps to poll if a new update is available." ].join(" ") end