Skip to content

Commit f38db6d

Browse files
author
Tom Bates
committed
Fixed app_args syntax
1 parent 7f71725 commit f38db6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fastlane/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def app_args
6666
"AUTHENTICATION_CLIENT_ID=\"#{app_authentication_client_id}\"",
6767
"CHAT_BASE_URL=\"#{app_chat_base_url}\"",
6868
"TOKEN_BASE_URL=\"#{app_token_base_url}\"",
69-
"GOOGLE_SERVICES_FILE=\"#{app_google_services_file}\""
69+
"GOOGLE_SERVICES_FILE=\"#{app_google_services_file}\"",
7070
'-allowProvisioningUpdates'
7171
].join(' ')
7272
end

0 commit comments

Comments
 (0)