diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 21:50:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 21:50:09 -0500 |
| commit | db05f8a8aa8863cb858e190c7f047bd2e686cd6d (patch) | |
| tree | 867a2971a37748f24bb5b88708fb216985250534 /shell.go | |
| parent | 193f27ec30a5efba7f1de6081d7317bb3c90dbf5 (diff) | |
stuffv0.0.114
Diffstat (limited to 'shell.go')
| -rw-r--r-- | shell.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |
