Remove reference to dev_finder. (flutter/engine#19679)

This is to replace the dev_finder with device-finder.

Bug:
  fxb/55369
This commit is contained in:
godofredoc 2020-07-14 08:22:13 -07:00 committed by GitHub
parent 20d2c57f9c
commit f50587fca3

View File

@ -6,7 +6,7 @@
# The first and only parameter should be the path to the Fuchsia system image
# tarball, e.g. `./fuchsia-test.sh generic-x64.tgz`.
#
# This script expects `pm`, `dev_finder`, and `fuchsia_ctl` to all be in the
# This script expects `pm`, `device-finder`, and `fuchsia_ctl` to all be in the
# same directory as the script, as well as the `flutter_aot_runner-0.far` and
# the `flutter_runner_tests-0.far`. It is written to be run from its own
# directory, and will fail if run from other directories or via sym-links.