Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheEvilOne committed Jun 13, 2022
1 parent f74a931 commit 31e984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hcloud/apis/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func waitForActionsOfRequest(ctx context.Context, client *hcloud.Client, req *ht

if repeat {
if tryCount > defaultMachineOperationRetries {
return errors.New("Maximum number of retries exceeded waiting for IP actions")
return errors.New("Maximum number of retries exceeded waiting for actions")
}

time.Sleep(defaultMachineOperationInterval)
Expand Down

0 comments on commit 31e984d

Please sign in to comment.