diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 11:21:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 11:21:36 -0600 |
| commit | 4bbf8c76bc83cc6ed942be1f13a944e40a4924df (patch) | |
| tree | 90b95bf0a8d2dd7471e61175fe6734a9cd6e450f /doSmart.go | |
| parent | 7265c0d6a1bdd62142ac6f75a6a348587260f8ec (diff) | |
still smarterv0.0.75v0.0.74v0.0.73v0.0.72v0.0.71v0.0.70v0.0.69v0.0.68v0.0.67v0.0.66v0.0.65v0.0.64v0.0.63v0.0.62v0.0.61v0.0.60v0.0.59v0.0.58v0.0.57v0.0.56v0.0.55v0.0.54v0.0.53v0.0.52v0.0.51v0.0.50v0.0.49v0.0.48v0.0.47v0.0.46v0.0.45v0.0.44v0.0.43v0.0.42
Diffstat (limited to 'doSmart.go')
| -rw-r--r-- | doSmart.go | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -38,9 +38,11 @@ func doSmart(repo *gitpb.Repo) error { return err } log.Info(repo.GetGoPath(), "the files were restored with redoGoMod()") - if repo.Exists("go.mod") { - return nil - } + /* + if repo.Exists("go.mod") { + return nil + } + */ // the first time, it'll attempt to fix some stuff if err := cleanGoDepsCheckOk(repo); err != nil { |
