Skip to content

Commit a5c7b4b

Browse files
Fix Fastfile syntax
1 parent ec2d46c commit a5c7b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ platform :android do
3030
desc "Deploy Google Play internal"
3131
lane :deployInternal do
3232
gradle(task: "clean bundleRelease")
33-
upload_to_play_store track:"internal" sync_image_upload:"true"
33+
upload_to_play_store track:"internal",sync_image_upload:"true"
3434
end
3535
end

0 commit comments

Comments
 (0)