Skip to content

Commit c1f5c7d

Browse files
glpeskeepeep
authored andcommitted
vm/starnix: update syntax for ffx target list
1 parent 15f6fd0 commit c1f5c7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vm/starnix/starnix.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,9 @@ func (inst *instance) connect() error {
325325
address, err := inst.runFfx(
326326
30*time.Second,
327327
true,
328-
"--target",
329-
inst.name,
330328
"target",
331329
"list",
330+
inst.name,
332331
"--format",
333332
"addresses",
334333
)

0 commit comments

Comments
 (0)