From f08a517bc42a3762b2d43291cd45552f10f0ae07 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Aug 2025 00:01:29 -0500 Subject: [PATCH] something also simple --- shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.go b/shell.go index aff56ef..15f5937 100644 --- a/shell.go +++ b/shell.go @@ -137,7 +137,7 @@ func (repo *Repo) RunStrictAll(all [][]string) (*cmd.Status, error) { } func (repo *Repo) RunVerbose(cmd []string) error { - log.Info("EXEC Running:", repo.GetGoPath(), cmd) + // log.Info("EXEC Running:", repo.GetGoPath(), cmd) err := shell.PathExecVerbose(repo.GetFullPath(), cmd) if err != nil { log.Info("Error", cmd, err)