cert/lib/cert/runner.rb in fastlane-2.58.0.beta.20170919010003 vs cert/lib/cert/runner.rb in fastlane-2.58.0.beta.20170920010003
- old
+ new
@@ -3,10 +3,10 @@
module Cert
class Runner
def launch
run
- installed = FastlaneCore::CertChecker.installed?(ENV["CER_FILE_PATH"], Cert.config[:keychain_path], Cert.config[:keychain_password])
+ installed = FastlaneCore::CertChecker.installed?(ENV["CER_FILE_PATH"])
UI.message "Verifying the certificate is properly installed locally..."
UI.user_error!("Could not find the newly generated certificate installed", show_github_issues: true) unless installed
UI.success "Successfully installed certificate #{ENV['CER_CERTIFICATE_ID']}"
return ENV["CER_FILE_PATH"]
end