diff options
| author | Jeff Carr <[email protected]> | 2024-01-29 09:31:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-29 09:31:22 -0600 |
| commit | 408a400e93acb1087079e19b9d5b9afac95cfa29 (patch) | |
| tree | 89743abd0b76192a55a7cb5374737a6747f03e6a /gitConfig.go | |
| parent | 856b479edbf2abbd2d377443d591f33e9f557eb8 (diff) | |
testing gov0.16.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gitConfig.go')
| -rw-r--r-- | gitConfig.go | 4 |
1 files changed, 2 insertions, 2 deletions
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()) } } } |
