Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 2, 2025
1 parent f3bcbde commit 47edd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patch_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 47edd81

Please sign in to comment.