chore(e2e): include space in path for patch e2e (#2025)

Co-authored-by: Eric Seidel <eric@shorebird.dev>
This commit is contained in:
Felix Angelov
2024-05-07 14:59:57 -05:00
committed by GitHub
parent 123609aed9
commit 8a57ba0772
+3 -2
View File
@@ -14,8 +14,9 @@
#
# Usage: ./patch_e2e.sh
TEMP_DIR=$(mktemp -d)
cd $TEMP_DIR
# Intentionally including a space in the path.
TEMP_DIR=$(mktemp -d -t 'shorebird workspace-XXXXX')
cd "$TEMP_DIR"
# Create a new empty flutter project
flutter create e2e_test --empty --platforms android