diff options
| author | Jeff Carr <[email protected]> | 2024-12-14 23:22:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-14 23:22:12 -0600 |
| commit | 0d6166a5a2317c0074a2118a84149d91765a067e (patch) | |
| tree | b152f6da04b28b90434d578060a4eeb57c2350e8 | |
| parent | f575e95e8fec5c8b43396388c295de5b89b96ed0 (diff) | |
duh. erase the damn files alreadyv0.0.8
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ func doMain(repo *gitpb.Repo) error { // skip restore if --force if argv.Force { repo.Run([]string{"git", "notes", "remove"}) + eraseGoMod(repo) } // erase the go.mod and go.sum files cname := repo.GetCurrentBranchName() |
