summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-06-03 09:21:03 -0700
committerClaire McQuin <claire@getchef.com>2014-06-03 10:32:38 -0700
commit3f73e42ea863546430d7d9d405534c8e586b32b9 (patch)
treecad3fda4a1ecc0c8602a456ef9b63c0f7ebe8e75
parent1306957fb5e097242d948abb39d61b408df94b2e (diff)
downloadchef-3f73e42ea863546430d7d9d405534c8e586b32b9.tar.gz
fix spacing
-rw-r--r--lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index bbbe20c3dd..e989c39d9a 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -365,7 +365,7 @@ class Chef
# server API. If set to `true`, the server's cert will be validated
# regardless of the :ssl_verify_mode setting. This is set to `true` when
# running in local-mode.
- default (:verify_api_cert) { Chef::Config.local_mode }
+ default(:verify_api_cert) { Chef::Config.local_mode }
# Path to the default CA bundle files.
default :ssl_ca_path, nil