summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/discovery/discovery.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/discovery/discovery.go b/internal/discovery/discovery.go
index d68b3ba..7109bc9 100644
--- a/internal/discovery/discovery.go
+++ b/internal/discovery/discovery.go
@@ -21,7 +21,7 @@ type Discovery struct {
servers types.DiscoveryServers
}
-var DiscoURL string = "https://disco.eduvpn.org/v2/"
+var DiscoURL = "https://disco.eduvpn.org/v2/"
// discoFile is a helper function that gets a disco JSON and fills the structure with it
// If it was unsuccessful it returns an error.