summaryrefslogtreecommitdiff
path: root/shell.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-20 00:01:29 -0500
committerJeff Carr <[email protected]>2025-08-20 00:01:29 -0500
commitf08a517bc42a3762b2d43291cd45552f10f0ae07 (patch)
treec664701ea7804847338fb89b6aa7c4de50338dd4 /shell.go
parent1ead02a6d3a76a71853eead2099b65fc320a1a43 (diff)
something also simple
Diffstat (limited to 'shell.go')
-rw-r--r--shell.go2
1 files changed, 1 insertions, 1 deletions
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)