diff options
Diffstat (limited to 'shell.go')
| -rw-r--r-- | shell.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ func (repo *Repo) RunStrict(cmd []string) error { func (repo *Repo) StrictRun(cmd []string) error { result := repo.RunQuiet(cmd) if result.Error != nil { - log.Warn(repo.GoPath, cmd, "wow. golang is cool. an os.Error:", result.Error) + log.Warn(repo.GetGoPath(), cmd, "wow. golang is cool. an os.Error:", result.Error) return result.Error } if result.Exit != 0 { |
