probe: Use an absolute FQDN for cloud.weave.works by default

This can save a few DNS queries here and there!
This commit is contained in:
Damien Lespiau
2017-12-08 16:51:15 +00:00
parent ea20de58be
commit f1727232cb
+1 -1
View File
@@ -37,7 +37,7 @@ import (
const (
versionCheckPeriod = 6 * time.Hour
defaultServiceHost = "https://cloud.weave.works:443"
defaultServiceHost = "https://cloud.weave.works.:443"
)
var (