Skip to content

Commit

Permalink
Update cmd/instance_pool_create.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-emmanuelJ authored Sep 11, 2024
1 parent f8df71e commit b1bac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/instance_pool_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func (c *instancePoolCreateCmd) cmdRun(_ *cobra.Command, _ []string) error {
return (&instancePoolShowCmd{
cliCommandSettings: c.cliCommandSettings,
InstancePool: instancePoolID.String(),
// TODO migrate instanceShow to v3 to pass v3.ZoneName
// TODO migrate instance_pool_show to v3 to pass v3.ZoneName
Zone: string(c.Zone),
}).cmdRun(nil, nil)
}
Expand Down

0 comments on commit b1bac29

Please sign in to comment.