Skip to content

Commit

Permalink
Update cmd/anti_affinity_group_show.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Sauter <[email protected]>
  • Loading branch information
elkezza and sauterp authored Nov 11, 2024
1 parent 9235479 commit a9463c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/anti_affinity_group_show.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (c *antiAffinityGroupShowCmd) cmdRun(_ *cobra.Command, _ []string) error {

antiAffinityGroupsResp, err := globalstate.EgoscaleV3Client.ListAntiAffinityGroups(ctx)
if err != nil {
return fmt.Errorf("unable to retrieve list of anti-affinity %w", err)
return fmt.Errorf("unable to retrieve list of anti-affinity groups: %w", err)
}

antiAffinityGroup, err := antiAffinityGroupsResp.FindAntiAffinityGroup(c.AntiAffinityGroup)
Expand Down

0 comments on commit a9463c6

Please sign in to comment.