sigh/lib/sigh/runner.rb in fastlane-2.26.1 vs sigh/lib/sigh/runner.rb in fastlane-2.27.0.beta.20170407010056
- old
+ new
@@ -99,10 +99,10 @@
UI.message "Verifying certificates..."
return results.find_all do |current_profile|
installed = false
- # Attempts to download all certificates from this profile
+ # Attempts to download all certificats from this profile
# for checking if they are installed.
# `cert.download_raw` can fail if the user is a
# "member" and not an a "admin"
raw_certs = current_profile.certificates.map do |cert|
begin