diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-06 13:05:16 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-06 13:05:16 +0200 |
| commit | 243feb0e4e5b46d953b26623eabc128605c8e6ec (patch) | |
| tree | 99715dfd3eb28af13f2d43bca23c46f3e0c3b47a /cmd/cli/main.go | |
| parent | a03caa0a79ec6234bf1447037edc9684c6c27279 (diff) | |
CLI + Client Test: Add missing language argument to Register
Diffstat (limited to 'cmd/cli/main.go')
| -rw-r--r-- | cmd/cli/main.go | 1 |
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) }, |
