Skip to content

Commit

Permalink
fix: a number of bugs and names
Browse files Browse the repository at this point in the history
Fixes a new package import names after changing the org. Also fixed a
couple of bugs where the network interfaces and metadata wasn't copied
to the request.

Signed-off-by: Richard Case <[email protected]>
  • Loading branch information
richardcase committed Feb 3, 2023
1 parent c22d4d3 commit 1ce65a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/cmd/microvm/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ func newCreateCommand() *cli.Command {
return nil
},
Action: func(ctx *cli.Context) error {
createInput.NetworkInterfaces = networkInterfaces.Value()
createInput.MetadataFromFile = metadataFromFile.Value()
a := app.New(zap.S().With("action", "create"))

createInput.NetworkInterfaces = networkInterfaces.Value()
Expand Down

0 comments on commit 1ce65a5

Please sign in to comment.