Fix linter warnings
This commit is contained in:
parent
1b8a043bea
commit
d33eaf5ac8
8 changed files with 14 additions and 19 deletions
|
|
@ -101,7 +101,7 @@ var runCmd = &cobra.Command{
|
|||
|
||||
lg := slog.With("backend", shareBackendFlag)
|
||||
|
||||
shareURI, err := backend.Apply(ctx, sharePWD, &share.VMShareContext{
|
||||
shareURI, err := backend.Apply(sharePWD, &share.VMShareContext{
|
||||
Instance: i,
|
||||
FileManager: fm,
|
||||
NetTapCtx: tapCtx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue