summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/eduvpn-cli/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/eduvpn-cli/main.go b/cmd/eduvpn-cli/main.go
index d0457b5..2a8ffc1 100644
--- a/cmd/eduvpn-cli/main.go
+++ b/cmd/eduvpn-cli/main.go
@@ -154,6 +154,7 @@ func printConfig(url string, cc string, srvType srvtypes.Type, prof string) erro
stateCallback(oldState, newState, data, prof, dir)
return true
},
+ nil,
)
if err != nil {
return err