From db05f8a8aa8863cb858e190c7f047bd2e686cd6d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Sep 2025 21:50:09 -0500 Subject: stuff --- shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.go') 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) } -- cgit v1.2.3