summaryrefslogtreecommitdiff
path: root/cmd/cli/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cli/main.go')
-rw-r--r--cmd/cli/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go
index b221c71..14ab6ea 100644
--- a/cmd/cli/main.go
+++ b/cmd/cli/main.go
@@ -111,6 +111,7 @@ func printConfig(url string, serverType ServerTypes) {
registerErr := state.Register(
"org.eduvpn.app.linux",
"configs",
+ "en",
func(old eduvpn.FSMStateID, new eduvpn.FSMStateID, data interface{}) {
stateCallback(state, old, new, data)
},