summaryrefslogtreecommitdiff
path: root/lib/chef/knife/supermarket_download.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/supermarket_download.rb')
-rw-r--r--lib/chef/knife/supermarket_download.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/supermarket_download.rb b/lib/chef/knife/supermarket_download.rb
index abb65a9c1b..b48126151f 100644
--- a/lib/chef/knife/supermarket_download.rb
+++ b/lib/chef/knife/supermarket_download.rb
@@ -26,7 +26,7 @@ class Chef
category "supermarket"
deps do
- require "fileutils"
+ require "fileutils" unless defined?(FileUtils)
end
option :file,