Skip to content

Commit

Permalink
fixing using c.InstancePool instead of c.name errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
elkezza committed Aug 20, 2024
1 parent 75fd1f1 commit 8cd246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/instance_pool_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (c *instancePoolUpdateCmd) cmdRun(cmd *cobra.Command, _ []string) error { /
return err
}

instancePool, err := instancePools.FindInstancePool(c.Name)
instancePool, err := instancePools.FindInstancePool(c.InstancePool)
if err != nil {
return err
}
Expand Down

0 comments on commit 8cd246c

Please sign in to comment.