diff --git a/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/helper/ios_cd_helper.rb b/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/helper/ios_cd_helper.rb index db2d2b9..68853ce 100644 --- a/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/helper/ios_cd_helper.rb +++ b/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/helper/ios_cd_helper.rb @@ -32,9 +32,9 @@ module Fastlane # Parse credential file def self.parseIosCredentials(ios_directory) - if File.exist?("#{ios_directory}/ios_crendentials.json") + if File.exist?("#{ios_directory}/ios_credentials.json") # Read file and decrypt it - file = File.read("#{ios_directory}/ios_crendentials.json") + file = File.read("#{ios_directory}/ios_credentials.json") JSON.parse(file) else