diff --git a/cmd/clitest/index.html b/cmd/clitest/index.html index c8fc44d..ca28172 100644 --- a/cmd/clitest/index.html +++ b/cmd/clitest/index.html @@ -60,17 +60,17 @@ - + - + - + diff --git a/cmd/clitest/main.go b/cmd/clitest/main.go index f718944..1dfe2f7 100644 --- a/cmd/clitest/main.go +++ b/cmd/clitest/main.go @@ -113,7 +113,7 @@ func main() { panic(err) } prediction = append(prediction, ana.NewInterestPredictor(fields[0], fields[1], apy)) - case "contributions": + case "autoContributions": prediction = append(prediction, ana.NewContributionPredictor(register)) default: panic(k)