diff options
Diffstat (limited to 'doSmart.go')
| -rw-r--r-- | doSmart.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ func doSmart(repo *gitpb.Repo) error { if err := redoGoMod(repo); err != nil { return err } - log.Info(repo.GetGoPath(), "the files were restored with redoGoMod()") + log.Info(repo.GetGoPath(), "the files should have been restored with redoGoMod()") /* if repo.Exists("go.mod") { return nil |
