From 624b5e0836c271d3e211828f19946aa398c3528a Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Wed, 13 Dec 2023 08:25:28 -0800 Subject: [PATCH] checkpoint Signed-off-by: Jeff Ortel --- command/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/cmd.go b/command/cmd.go index 02fe881..06780c9 100644 --- a/command/cmd.go +++ b/command/cmd.go @@ -83,7 +83,7 @@ func (r *Command) RunWith(ctx context.Context) (err error) { // On error: The command (without arguments) and output are // reported in task Report.Activity func (r *Command) RunSilent() (err error) { - r.Reporter.Verbosity = 0 + r.Reporter.Verbosity = Error err = r.RunWith(context.TODO()) return }