From 767e8eb83581de072a1ab1d98563f76408ac69b5 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Tue, 8 Aug 2017 22:22:47 +0100 Subject: [PATCH] Sorting out the bad merge --- check/check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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