diff options
| author | Jeff Carr <[email protected]> | 2025-05-29 19:17:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-05-29 19:17:50 -0500 |
| commit | a29e10e9116f4d5ab80210b3eb8e25b674d3338f (patch) | |
| tree | b6182f8668da2dd246092f6fe6c7dad0093d3121 /doSmart.go | |
| parent | 2b85f5e17dda4bea2b9403668c66e291dfa67591 (diff) | |
fixes due to 'go mod' behavior changesv0.0.90v0.0.89v0.0.88v0.0.87v0.0.86v0.0.85v0.0.84v0.0.83v0.0.82v0.0.81v0.0.80v0.0.79v0.0.78v0.0.77v0.0.76
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 |
