Skip to content

Commit 562bc6c

Browse files
committed
fix typo
1 parent 36d15a6 commit 562bc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ generateAndroidBinary() {
555555
if [ "$configuration" = "Release" ] ; then
556556
# Check if this is an E2E build
557557
if [ "$METAMASK_ENVIRONMENT" = "e2e" ] || [ "$E2E" = "true" ] ; then
558-
buildAndroidReleaseE2E()
558+
buildAndroidReleaseE2E
559559
else
560560
# Generate Android binary only
561561
./gradlew $flavorConfiguration --build-cache --parallel

0 commit comments

Comments
 (0)