From 803f0cf98ee1fc01339c4e0b5f9545a5d90a5a2f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Jan 2025 13:21:03 -0600 Subject: add a way to track a tag --- shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.go') diff --git a/shell.go b/shell.go index 0b39f00..def6d37 100644 --- a/shell.go +++ b/shell.go @@ -80,7 +80,7 @@ func (repo *Repo) RunStrictNew(cmd []string) (*cmd.Status, error) { log.Warn(cmd, "failed with", result.Exit) return &result, errors.New(fmt.Sprint(cmd, "failed with", result.Exit)) } - return nil, nil + return &result, nil } func (repo *Repo) Exists(filename string) bool { -- cgit v1.2.3