fastlane/lib/fastlane/actions/cocoapods.rb in fastlane-2.96.0.beta.20180521050117 vs fastlane/lib/fastlane/actions/cocoapods.rb in fastlane-2.96.0

- old
+ new

@@ -62,10 +62,10 @@ description: "Integrate the Pods libraries into the Xcode project(s)", is_string: false, default_value: true), FastlaneCore::ConfigItem.new(key: :repo_update, env_name: "FL_COCOAPODS_REPO_UPDATE", - description: "Run `pod repo update` before install", + description: "Add `--repo-update` flag to `pod install` command", is_string: false, default_value: false, conflicting_options: [:try_repo_update_on_error]), FastlaneCore::ConfigItem.new(key: :silent, env_name: "FL_COCOAPODS_SILENT",