Fix fixprobe

This commit is contained in:
Alfonso Acosta
2016-07-01 17:30:10 +00:00
parent c0a672c02a
commit 205ee5b4e6

View File

@@ -54,7 +54,7 @@ func main() {
log.Fatal(err)
}
rp := appclient.NewReportPublisher(client)
rp := appclient.NewReportPublisher(client, false)
for range time.Tick(*publishInterval) {
rp.Publish(fixedReport)
}