diff --git a/scripts/patch_e2e.sh b/scripts/patch_e2e.sh index 862e05936..0bcda4bd0 100755 --- a/scripts/patch_e2e.sh +++ b/scripts/patch_e2e.sh @@ -21,7 +21,7 @@ TEMP_DIR=$(mktemp -d -t 'shorebird workspace-XXXXX') cd "$TEMP_DIR" # Create a new empty flutter project -flutter create e2e_test -o com.example.e2e_test --empty --platforms android +flutter create e2e_test --org com.example.e2e_test --empty --platforms android cd e2e_test # Replace the contents of "lib/main.dart" with a single print statement.