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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go
index 4037a72..fe6b40e 100644
--- a/cmd/cli/main.go
+++ b/cmd/cli/main.go
@@ -51,7 +51,7 @@ func sendProfile(state *eduvpn.VPNState, data interface{}) {
serverProfiles, ok := data.(*server.ServerProfileInfo)
if !ok {
- fmt.Errorf("Invalid data type")
+ fmt.Println("Invalid data type")
return
}