From 2adca224f055fe74ac714f9a102deff7380d783f Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 6 Sep 2018 14:08:43 +0200 Subject: random bugs: cleanup + generate random OperationPack as well --- misc/random_bugs/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/random_bugs/main.go') diff --git a/misc/random_bugs/main.go b/misc/random_bugs/main.go index 7211548e..31b12e45 100644 --- a/misc/random_bugs/main.go +++ b/misc/random_bugs/main.go @@ -24,5 +24,5 @@ func main() { panic(err) } - rb.GenerateRandomBugs(repo, rb.DefaultOptions()) + rb.CommitRandomBugs(repo, rb.DefaultOptions()) } -- cgit