summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-14 23:22:12 -0600
committerJeff Carr <[email protected]>2024-12-14 23:22:12 -0600
commit0d6166a5a2317c0074a2118a84149d91765a067e (patch)
treeb152f6da04b28b90434d578060a4eeb57c2350e8
parentf575e95e8fec5c8b43396388c295de5b89b96ed0 (diff)
duh. erase the damn files alreadyv0.0.8
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index f2d2901..8d0846b 100644
--- a/main.go
+++ b/main.go
@@ -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()