Skip to content

Commit 8d998c4

Browse files
author
impri2
committed
fix: fastlane syntax fix
1 parent 48a89d5 commit 8d998c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platform :ios do
2121
setup_ci
2222
match(
2323
type: "appstore",
24-
app_identifier:ENV["BUNDLE_IDENTIFIER"]
24+
app_identifier:ENV["BUNDLE_IDENTIFIER"],
2525
readonly: true
2626
)
2727
app_store_connect_api_key(

0 commit comments

Comments
 (0)