diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 02:24:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 02:24:47 -0600 |
| commit | 387f69631bacb449372406ea49af3b42f43fdb46 (patch) | |
| tree | fcd1071609b11f5462aaca5f42ade14d8460db3c /shell.go | |
| parent | 57e38ee8ce56ba494c049a1dd10abb6c72fb1ca2 (diff) | |
trying to fix user create branchv0.0.68
Diffstat (limited to 'shell.go')
| -rw-r--r-- | shell.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ func (repo *Repo) RunRealtimeVerbose(cmd []string) cmd.Status { } func (repo *Repo) RunQuiet(cmd []string) (*cmd.Status, error) { - result := shell.RunQuiet(cmd) + result := shell.PathRunQuiet(repo.FullPath, cmd) if result.Error != nil { log.Warn(repo.GetGoPath(), cmd, "wow. golang is cool. an os.Error:", result.Error) return &result, result.Error |
