diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-24 15:35:38 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-24 15:35:38 +0200 |
| commit | 11b60ec4f719a64a0196fdab82e86d664ab71f3a (patch) | |
| tree | e2f57b3847ef666efbab66e84e7ed31aa5940f54 /cmd/cli | |
| parent | dcf3caa12a8295f35396e6d64501f1a6ac390891 (diff) | |
CLI: Fix incorrect Client ID
Diffstat (limited to 'cmd/cli')
| -rw-r--r-- | cmd/cli/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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{}) { |
