summaryrefslogtreecommitdiff
path: root/cmd/cli/main.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-06 13:05:16 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-06 13:05:16 +0200
commit243feb0e4e5b46d953b26623eabc128605c8e6ec (patch)
tree99715dfd3eb28af13f2d43bca23c46f3e0c3b47a /cmd/cli/main.go
parenta03caa0a79ec6234bf1447037edc9684c6c27279 (diff)
CLI + Client Test: Add missing language argument to Register
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)
},