summaryrefslogtreecommitdiff
path: root/doSmart.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-05-29 19:17:50 -0500
committerJeff Carr <[email protected]>2025-05-29 19:17:50 -0500
commita29e10e9116f4d5ab80210b3eb8e25b674d3338f (patch)
treeb6182f8668da2dd246092f6fe6c7dad0093d3121 /doSmart.go
parent2b85f5e17dda4bea2b9403668c66e291dfa67591 (diff)
Diffstat (limited to 'doSmart.go')
-rw-r--r--doSmart.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doSmart.go b/doSmart.go
index 599704e..c29a9d9 100644
--- a/doSmart.go
+++ b/doSmart.go
@@ -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