aboutsummaryrefslogtreecommitdiffstats
path: root/vm/starnix
diff options
context:
space:
mode:
authorLaura Peskin <pesk@google.com>2026-01-06 18:06:35 -0800
committereepeep <50846949+eepeep@users.noreply.github.com>2026-01-07 21:14:20 +0000
commitc1f5c7d045a640603c66fb564b6c642adff4998a (patch)
tree6f4a8b83fb8d35ded2ab52e8e4f604367e548e97 /vm/starnix
parent15f6fd0844e8520755be8672db814ce14cad21da (diff)
vm/starnix: update syntax for ffx target list
Diffstat (limited to 'vm/starnix')
-rw-r--r--vm/starnix/starnix.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/vm/starnix/starnix.go b/vm/starnix/starnix.go
index e6da96dc0..15dde3a5e 100644
--- a/vm/starnix/starnix.go
+++ b/vm/starnix/starnix.go
@@ -325,10 +325,9 @@ func (inst *instance) connect() error {
address, err := inst.runFfx(
30*time.Second,
true,
- "--target",
- inst.name,
"target",
"list",
+ inst.name,
"--format",
"addresses",
)