diff --git a/cmd/instance_create.go b/cmd/instance_create.go index f4828396..c2d3e4b0 100644 --- a/cmd/instance_create.go +++ b/cmd/instance_create.go @@ -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) }