diff options
| -rw-r--r-- | vm/starnix/starnix.go | 3 |
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", ) |
