From 4bbf8c76bc83cc6ed942be1f13a944e40a4924df Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 7 Feb 2025 11:21:36 -0600 Subject: still smarter --- doSmart.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doSmart.go') diff --git a/doSmart.go b/doSmart.go index f6dec96..599704e 100644 --- a/doSmart.go +++ b/doSmart.go @@ -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 { -- cgit v1.2.3