diff options
| -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{}) { |
