summaryrefslogtreecommitdiff
path: root/lib/chef/knife/download.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/download.rb')
-rw-r--r--lib/chef/knife/download.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/download.rb b/lib/chef/knife/download.rb
index 57e0aee3e9..b3cf61430f 100644
--- a/lib/chef/knife/download.rb
+++ b/lib/chef/knife/download.rb
@@ -14,7 +14,7 @@
# limitations under the License.
#
-require "chef/chef_fs/knife"
+require_relative "../chef_fs/knife"
class Chef
class Knife
@@ -24,7 +24,7 @@ class Chef
category "path-based"
deps do
- require "chef/chef_fs/command_line"
+ require_relative "../chef_fs/command_line"
end
option :recurse,