summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd.go2
1 files changed, 1 insertions, 1 deletions
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