diff --git a/scripts/patch_e2e.sh b/scripts/patch_e2e.sh index 152e0e20..3ee06cb7 100755 --- a/scripts/patch_e2e.sh +++ b/scripts/patch_e2e.sh @@ -59,7 +59,7 @@ shorebird patch android -v # Run the app on Android and ensure that the original print statement is printed. while IFS= read line; do - if [[ "$line" == *"Patch 1 successfully installed"* ]]; then + if [[ "$line" == *"Patch 1 successfully"* ]]; then # Kill the app so we can boot the patch adb shell am force-stop com.example.e2e_test echo "✅ Patch 1 successfully installed"