From 0d6166a5a2317c0074a2118a84149d91765a067e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 14 Dec 2024 23:22:12 -0600 Subject: duh. erase the damn files already --- main.go | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v1.2.3