duh. erase the damn files already

This commit is contained in:
Jeff Carr 2024-12-14 23:22:12 -06:00
parent f575e95e8f
commit 0d6166a5a2
1 changed files with 1 additions and 0 deletions

View File

@ -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()