From ceaab24e56b13a1118a38dbf5dc5e5023d6ec4a9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 08:12:04 -0600 Subject: work on autotypist reset Signed-off-by: Jeff Carr --- git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git.go') diff --git a/git.go b/git.go index c4069d9..e26141a 100644 --- a/git.go +++ b/git.go @@ -206,7 +206,7 @@ func (rs *RepoStatus) CheckBranches() bool { } var cmd []string cmd = append(cmd, "git", "show", "-s", "--format=%ci", hash) - _, _, output := runCmd(rs.repopath, cmd) + _, _, output := RunCmd(rs.repopath, cmd) // git show -s --format=%ci will give you the time // log.Warn(fullfile) if hash == hashCheck { -- cgit v1.2.3