match/lib/match/options.rb in fastlane-2.86.0.beta.20180316050051 vs match/lib/match/options.rb in fastlane-2.86.0.beta.20180317050040

- old
+ new

@@ -123,10 +123,10 @@ default_value: false), FastlaneCore::ConfigItem.new(key: :workspace, description: nil, verify_block: proc do |value| unless Helper.test? - if value.start_with?("/var/folders") or value.include?("tmp/") or value.include?("temp/") + if value.start_with?("/var/folders") || value.include?("tmp/") || value.include?("temp/") # that's fine else UI.user_error!("Specify the `git_url` instead of the `path`") end end