From 62e2d64ff9fe59e0118ea30a16083e26e1a7437c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 6 Dec 2024 01:49:28 -0600 Subject: [PATCH] quiet shell output --- cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd.go b/cmd.go index 02cc017..f58bf25 100644 --- a/cmd.go +++ b/cmd.go @@ -43,7 +43,7 @@ func Run(argv []string) cmd.Status { // where the have rocked out a proper smart read on both filehandles // https://dave.cheney.net/2013/04/30/curious-channels func PathRun(path string, argv []string) cmd.Status { - return PathRunLog(path, argv, NOW) + return PathRunLog(path, argv, INFO) } // the actual wrapper around go-cmd/cmd