duh. erase the damn files already
This commit is contained in:
parent
f575e95e8f
commit
0d6166a5a2
1
main.go
1
main.go
|
@ -107,6 +107,7 @@ func doMain(repo *gitpb.Repo) error {
|
||||||
// skip restore if --force
|
// skip restore if --force
|
||||||
if argv.Force {
|
if argv.Force {
|
||||||
repo.Run([]string{"git", "notes", "remove"})
|
repo.Run([]string{"git", "notes", "remove"})
|
||||||
|
eraseGoMod(repo)
|
||||||
}
|
}
|
||||||
// erase the go.mod and go.sum files
|
// erase the go.mod and go.sum files
|
||||||
cname := repo.GetCurrentBranchName()
|
cname := repo.GetCurrentBranchName()
|
||||||
|
|
Loading…
Reference in New Issue