summaryrefslogtreecommitdiff
path: root/doSmart.go
diff options
context:
space:
mode:
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