Skip to content

Commit

Permalink
model/task: updated boolean variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Nov 29, 2023
1 parent 1d39500 commit fac7879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/model/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ type Action struct {
// BMCPowerCycleRequired is set when an action handler determines the BMC requires a reset.
BMCPowerCycleRequired bool

// HostPowerCycleRequired is set when an action handler determines the Host requires a reset.
HostPowerCycleRequired bool
// HostPowerCycled is set when the host has been power cycled for the action.
HostPowerCycled bool

// Final is set to true when its the last action being executed
Final bool
Expand Down

0 comments on commit fac7879

Please sign in to comment.