Skip to content

Commit

Permalink
fix bash script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Any2suited66 committed Dec 13, 2024
1 parent e4675fc commit c0a8f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -o pipefail
if ["$IS_REGRESSION_RUN" = true]; then
if [ "$IS_REGRESSION_RUN" = true ]; then
npm rebuild detox

adb install -r $BITRISE_APK_PATH
Expand Down

0 comments on commit c0a8f43

Please sign in to comment.