diff --git a/check/check.go b/check/check.go index 2ac7b5b..1f23a9e 100644 --- a/check/check.go +++ b/check/check.go @@ -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