mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Fix fixprobe
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user