summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/cli/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go
index 5bdbd8d..10a4b29 100644
--- a/cmd/cli/main.go
+++ b/cmd/cli/main.go
@@ -94,9 +94,9 @@ func getConfig(url string, isInstitute bool) (string, error) {
defer state.Deregister()
if isInstitute {
- return state.ConnectInstituteAccess(url)
+ return state.GetConfigInstituteAccess(url, false)
}
- return state.ConnectSecureInternet(url)
+ return state.GetConfigSecureInternet(url, false)
}
type ServerDiscoEntry struct {