diff --git a/cli_handlers.go b/cli_handlers.go index 8879d23e..51697433 100644 --- a/cli_handlers.go +++ b/cli_handlers.go @@ -104,7 +104,7 @@ func run(c *cli.Context) { } if text == "Y" || text == "y" || text == "" { - err = client.AgreeToTos() + err = client.AgreeToTOS() if err != nil { logger().Fatalf("Could not agree to tos -> %v", err) }