diff options
| author | Jeff Carr <[email protected]> | 2024-12-06 01:49:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-06 01:49:28 -0600 |
| commit | 62e2d64ff9fe59e0118ea30a16083e26e1a7437c (patch) | |
| tree | 90651c27c02b726b2183eedd4f2ecb23ee4181bd /cmd.go | |
| parent | 3ec8400a9d59d03a85fedd3788a0c97638754a92 (diff) | |
quiet shell outputv0.22.14
Diffstat (limited to 'cmd.go')
| -rw-r--r-- | cmd.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
