From 233f7bca767aab9df55adea409e9820050631586 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 06:37:14 -0600 Subject: lots of changes to isolate exec 'git' --- shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.go') diff --git a/shell.go b/shell.go index ce000e5..b7c0018 100644 --- a/shell.go +++ b/shell.go @@ -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 { -- cgit v1.2.3