diff options
Diffstat (limited to 'internal/askcli/command_dep.go')
| -rw-r--r-- | internal/askcli/command_dep.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/askcli/command_dep.go b/internal/askcli/command_dep.go index a7df0cb..035186e 100644 --- a/internal/askcli/command_dep.go +++ b/internal/askcli/command_dep.go @@ -67,7 +67,7 @@ func (d Dispatcher) handleDepList(ctx context.Context, args []string, stdout, st return 1, nil } var outBuf bytes.Buffer - code, err := d.runner.Run(ctx, []string{"info", uuid}, nil, &outBuf, stderr) + code, err := d.runner.Run(ctx, []string{"uuid", uuid, "export"}, nil, &outBuf, stderr) if code != 0 { return code, err } |
