From 408a400e93acb1087079e19b9d5b9afac95cfa29 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 29 Jan 2024 09:31:22 -0600 Subject: testing go Signed-off-by: Jeff Carr --- gitConfig.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitConfig.go') diff --git a/gitConfig.go b/gitConfig.go index 99e83c5..b10ed81 100644 --- a/gitConfig.go +++ b/gitConfig.go @@ -350,7 +350,7 @@ func (rs *RepoStatus) CheckSafeGoSumRemake() (bool, []string) { log.Log(WARN, " USER VERSIONS MATCH", version, userversion) if deprs.goSumStatus.String() == "BAD" { log.Log(WARN, " USER VERSION IS BAD!! return false") - clean = append(clean, deprs.String()) + clean = append(clean, deprs.String()) } } else { switch goSumS { @@ -369,7 +369,7 @@ func (rs *RepoStatus) CheckSafeGoSumRemake() (bool, []string) { log.Log(WARN, " go get", depname, err, output) default: log.Log(WARN, " USER VERSIONS MISMATCH", version, userversion) - clean = append(clean, deprs.String()) + clean = append(clean, deprs.String()) } } } -- cgit v1.2.3