fix: add ios_directory (#2)

This commit is contained in:
Malo Léon 2023-04-26 17:20:22 +02:00
parent 942f3afbf9
commit 89732f1f3f

View File

@ -17,7 +17,7 @@ module Fastlane
Helper::IosCdHelper.decrypt_ios_keys('.') Helper::IosCdHelper.decrypt_ios_keys('.')
# Retrieve credentials # Retrieve credentials
creds = Helper::IosCdHelper.parseIosCredentials creds = Helper::IosCdHelper.parseIosCredentials('.')
UI.message(creds.to_s) UI.message(creds.to_s)