Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lubedacht committed Jan 15, 2024
1 parent 0663b42 commit 5b3e358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scope/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func NewMachineScope(params MachineScopeParams) (*MachineScope, error) {
}, nil
}

// HasFailed Checks if the IonosCloudMachine is in a failed state.
// HasFailed checks if the IonosCloudMachine is in a failed state.
func (m *MachineScope) HasFailed() bool {
status := m.IonosCloudMachine.Status
return status.FailureReason != nil || status.FailureMessage != nil
Expand Down

0 comments on commit 5b3e358

Please sign in to comment.