Commit 8c294a10 authored by Dan Rubel's avatar Dan Rubel Committed by GitHub

fix flutter tool --package to --packages (#5547)

parent 4805d927
......@@ -58,5 +58,5 @@ if [ $EXIT_CODE != 253 ]; then
fi
set -e
"$DART" --snapshot="$SNAPSHOT_PATH" --package="$FLUTTER_TOOLS_DIR/.packages" "$SCRIPT_PATH"
"$DART" --snapshot="$SNAPSHOT_PATH" --packages="$FLUTTER_TOOLS_DIR/.packages" "$SCRIPT_PATH"
"$DART" "$SNAPSHOT_PATH" "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment