From 387f69631bacb449372406ea49af3b42f43fdb46 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 Jan 2025 02:24:47 -0600 Subject: trying to fix user create branch --- shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.go') diff --git a/shell.go b/shell.go index d104eb8..6a7b996 100644 --- a/shell.go +++ b/shell.go @@ -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 -- cgit v1.2.3