Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Emmanuel Jacquier <[email protected]>
  • Loading branch information
pierre-emmanuelJ committed Jul 24, 2024
1 parent e096d1b commit 8e4a321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/instance_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func (c *instanceCreateCmd) cmdRun(_ *cobra.Command, _ []string) error { //nolin
return (&instanceShowCmd{
cliCommandSettings: c.cliCommandSettings,
Instance: instanceID.String(),
// migrate instanceShow to v3 to pass v3.ZoneName
// TODO migrate instanceShow to v3 to pass v3.ZoneName
Zone: string(c.Zone),
}).cmdRun(nil, nil)
}
Expand Down

0 comments on commit 8e4a321

Please sign in to comment.