fix: crendential typo in ios helper
This commit was merged in pull request #8.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user