From 11b60ec4f719a64a0196fdab82e86d664ab71f3a Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 24 Oct 2022 15:35:38 +0200 Subject: CLI: Fix incorrect Client ID --- cmd/cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 497e354..97d0f39 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -122,7 +122,7 @@ func printConfig(url string, serverType ServerTypes) { state := &client.Client{} registerErr := state.Register( - "org.client.app.linux", + "org.eduvpn.app.linux", "configs", "en", func(old client.FSMStateID, new client.FSMStateID, data interface{}) { -- cgit v1.2.3