diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 02:02:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 02:02:04 -0600 |
| commit | dd258155dfedcbfb17b4c9903e967fc394c83e6a (patch) | |
| tree | a568c126b182102c6de88105fae44e1c090b18ab | |
| parent | 6e5fbd4c337c83b3b5e23f26cabc98f84ab1f8a7 (diff) | |
remove old versionsv0.6.5
| -rw-r--r-- | main.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() } } |
