From 66a65914c194a977d29adfb5c89a26af7a7fa3c0 Mon Sep 17 00:00:00 2001 From: TAGOMORI Satoshi Date: Fri, 20 Dec 2019 11:09:04 +0900 Subject: [PATCH] fix bug of the value to assign --- lib/td/command/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/td/command/runner.rb b/lib/td/command/runner.rb index 4f403066..8ee73611 100644 --- a/lib/td/command/runner.rb +++ b/lib/td/command/runner.rb @@ -149,7 +149,7 @@ def run(argv=ARGV) Config.cl_endpoint = true end if import_endpoint - Config.import_endpoint = endpoint + Config.import_endpoint = import_endpoint Config.cl_import_endpoint = true end if insecure