From 1ef27cc47ad56a2c66aaa40e398a0063be2573d4 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 9 May 2022 14:18:23 +0200 Subject: FSM/State: Profile correctness and connect name change Also add a force tcp flag --- cmd/cli/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/cli') 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 { -- cgit v1.2.3