From 3d311b9882d2bb8519f4421940d26c6707031b42 Mon Sep 17 00:00:00 2001 From: xenolf Date: Fri, 23 Oct 2015 10:23:06 +0200 Subject: [PATCH] Propagate AgreeToTOS change to CLI --- cli_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }