summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRanjib Dey <ranjib@pagerduty.com>2015-01-10 17:34:21 -0800
committerRanjib Dey <ranjib@pagerduty.com>2015-01-10 17:34:21 -0800
commit905a45b324deb1564f9adba0ebea5a84cac53b69 (patch)
treec82c7175dfe40701f6c63f3e3239b5d0119d320e
parent9b2ba0d1e38967cd8d3827f2ba69afc8b8713b48 (diff)
downloadchef-905a45b324deb1564f9adba0ebea5a84cac53b69.tar.gz
fix require
-rw-r--r--lib/chef/knife/ssl_fetch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/ssl_fetch.rb b/lib/chef/knife/ssl_fetch.rb
index 745aca5786..fd7d101fd8 100644
--- a/lib/chef/knife/ssl_fetch.rb
+++ b/lib/chef/knife/ssl_fetch.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/knife/ssl_fetch'
+require 'chef/knife'
require 'chef/config'
class Chef