diff options
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 |
