Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Transier <17955542+spencertransier@users.noreply.github.com>
  • Loading branch information
AliSoftware and spencertransier committed Dec 13, 2024
1 parent a5819a2 commit 8a62da0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ EXTERNAL_BETA_TESTER_GROUPS = [
'A8cs',
'Alpha Slack',
'Beta Slack',
'Stable Slack',
'Reddit',
'Big Databases',
'Reddit',
'Stable Slack',
'Trusted Preview Testers'
].freeze

Expand Down Expand Up @@ -560,7 +560,7 @@ platform :ios do
zip(path: APP_STORE_CONNECT_XCARCHIVE_PATH, output_path: APP_STORE_CONNECT_XCARCHIVE_ZIP_PATH)
end

# Uploads the binary to TestFlight and distribute it to testers
# Uploads the binary to TestFlight and distributes it to testers
#
# Typically called after having built the binary with `build_app_store_connect`
#
Expand Down

0 comments on commit 8a62da0

Please sign in to comment.