summaryrefslogtreecommitdiff
path: root/doSmart.go
diff options
context:
space:
mode:
Diffstat (limited to 'doSmart.go')
-rw-r--r--doSmart.go8
1 files changed, 5 insertions, 3 deletions
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 {