summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 02:02:04 -0600
committerJeff Carr <[email protected]>2024-11-30 02:02:04 -0600
commitdd258155dfedcbfb17b4c9903e967fc394c83e6a (patch)
treea568c126b182102c6de88105fae44e1c090b18ab
parent6e5fbd4c337c83b3b5e23f26cabc98f84ab1f8a7 (diff)
remove old versionsv0.6.5
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 7a6f4c1..1d2768f 100644
--- a/main.go
+++ b/main.go
@@ -106,7 +106,7 @@ func main() {
// update go.sum and go.mod
// todo: only do this if they don't exist?
// todo: make these git commit metadata
- newr.Status.MakeRedomod()
+ newr.MakeRedoMod()
// double check it actually downloaded
fullgitdir := filepath.Join(goSrcPath, argv.Repo, ".git")
@@ -167,7 +167,7 @@ func main() {
continue
}
// always do this for now. probably always forever
- repo.Status.MakeRedomod()
+ repo.MakeRedoMod()
}
}
@@ -177,7 +177,7 @@ func main() {
loop := rv.ReposSortByName()
for loop.Scan() {
repo := loop.Repo()
- repo.Status.MakeRedomod()
+ repo.MakeRedoMod()
}
}