Sorting out the bad merge

pull/32/head
Liz Rice 7 years ago
parent 9c07527069
commit 767e8eb835

@ -71,7 +71,7 @@ type Check struct {
// Run executes the audit commands specified in a check and outputs
// the results.
func (c *Check) Run(verbose bool) {
func (c *Check) Run() {
// If check type is manual, force result to WARN.
if c.Type == "manual" {
c.State = WARN

Loading…
Cancel
Save