fastlane/lib/fastlane/actions/ipa.rb in fastlane-2.65.0.beta.20171114010003 vs fastlane/lib/fastlane/actions/ipa.rb in fastlane-2.65.0.beta.20171115010004

- old
+ new

@@ -228,10 +228,10 @@ def self.deprecated_notes "You are using legacy `shenzhen` to build your app, which will be removed soon!\n" \ "It is recommended to upgrade to _gym_\n" \ "To do so, just replace `ipa(...)` with `gym(...)` in your Fastfile\n" \ - "To make code signing work, follow https://docs.fastlane.tools/codesigning/xcode-project/#" + "To make code signing work, follow https://docs.fastlane.tools/codesigning/xcode-project" end end end end # rubocop:enable Lint/AssignmentInCondition