Skip to content

Commit

Permalink
remove typo (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman authored May 3, 2021
1 parent 9361631 commit cfa9c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ buildAndroidRelease(){
yarn build:android:checksum
fi

if [ "$PRE_RELEASE" = false ] ; thengit
if [ "$PRE_RELEASE" = false ] ; then
adb install app/build/outputs/apk/release/app-release.apk
fi
}
Expand Down

0 comments on commit cfa9c01

Please sign in to comment.