Skip to content

Commit

Permalink
build: remove unnecessary array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 7, 2024
1 parent 30c4670 commit 672b374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ platform :ios do
)
match(
type: "appstore",
app_identifier: ["com.ledger.live.prerelease"],
app_identifier: "com.ledger.live.prerelease",
force: true,
generate_apple_certs: true,
git_url: ENV["GIT_REPO_URL"],
Expand Down

0 comments on commit 672b374

Please sign in to comment.