cert/lib/cert/runner.rb in fastlane-2.27.0.beta.20170407010056 vs cert/lib/cert/runner.rb in fastlane-2.27.0.beta.20170408010009

- old
+ new

@@ -107,10 +107,10 @@ return path else UI.error "Certificate #{certificate.id} (#{certificate.name}) can't be found on your local computer" end - File.delete(path) # as apparantly this certificate is pretty useless without a private key + File.delete(path) # as apparently this certificate is pretty useless without a private key end UI.important "Couldn't find an existing certificate... creating a new one" return nil end