From 5fac1a83d4c89d361be11c4afa8fedd482a7eb9d Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Mon, 21 Sep 2020 21:13:14 +0530 Subject: Fix syntax error Signed-off-by: Vivek Singh --- chef-config/lib/chef-config/workstation_config_loader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef-config/lib/chef-config/workstation_config_loader.rb b/chef-config/lib/chef-config/workstation_config_loader.rb index 6c8b4e0235..bbec74911b 100644 --- a/chef-config/lib/chef-config/workstation_config_loader.rb +++ b/chef-config/lib/chef-config/workstation_config_loader.rb @@ -166,7 +166,7 @@ module ChefConfig when "client_key" extract_key(value, :client_key, :client_key_contents) when "knife" - Config.knife.merge!(value.transform_keys(&:to_sym) + Config.knife.merge!(value.transform_keys(&:to_sym)) else Config[key.to_sym] = value end -- cgit v1.2.1