summaryrefslogtreecommitdiff
path: root/shell.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 21:50:09 -0500
committerJeff Carr <[email protected]>2025-09-04 21:50:09 -0500
commitdb05f8a8aa8863cb858e190c7f047bd2e686cd6d (patch)
tree867a2971a37748f24bb5b88708fb216985250534 /shell.go
parent193f27ec30a5efba7f1de6081d7317bb3c90dbf5 (diff)
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 15f5937..ffe43fb 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, "Run:", repo.GetFullPath(), cmd)
+ log.Log(NOW, "cd", repo.GetFullPath(), ";", cmd)
return shell.PathRunRealtime(repo.GetFullPath(), cmd)
}