Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elkezza committed Nov 11, 2024
1 parent 9d03e04 commit 9904f2d
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 %q: %w", err)
return fmt.Errorf("unable to retrieve list of anti-affinity %w", err)
}

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

0 comments on commit 9904f2d

Please sign in to comment.