summaryrefslogtreecommitdiff
path: root/shell.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-05 13:24:00 -0500
committerJeff Carr <[email protected]>2025-09-05 13:24:00 -0500
commit722ebeeef8b2f33e444b6e8dd6ab1476b0be315b (patch)
treed660372a9eaa52acbbf081ce7a3ef9c4ca0dbd63 /shell.go
parent5f882d1388061f7485da5ec21546dc0634254b47 (diff)
verbose mergev0.0.117v0.0.116
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 ffe43fb..27252d4 100644
--- a/shell.go
+++ b/shell.go
@@ -43,7 +43,7 @@ func (repo *Repo) RunRealtime(cmd []string) cmd.Status {
}
func (repo *Repo) RunRealtimeVerbose(cmd []string) cmd.Status {
- log.Log(NOW, "cd", repo.GetFullPath(), ";", cmd)
+ log.Log(NOW, "EXEC: cd", repo.GetFullPath(), ";", cmd)
return shell.PathRunRealtime(repo.GetFullPath(), cmd)
}