diff options
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()) } } } |
