Skip to content

Commit

Permalink
fix for issue weaveworks#250
Browse files Browse the repository at this point in the history
Adjusted the proper return value
  • Loading branch information
fitsegreat authored Aug 10, 2020
1 parent 8f3df89 commit 50955c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@ func (m *Machine) IsIgnite() (b bool) {
igniteChecked = true
}

return
return b
}

0 comments on commit 50955c1

Please sign in to comment.