diff options
Diffstat (limited to 'lib/chef/knife/diff.rb')
-rw-r--r-- | lib/chef/knife/diff.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/diff.rb b/lib/chef/knife/diff.rb index 3e9336aacc..971f7aa7f4 100644 --- a/lib/chef/knife/diff.rb +++ b/lib/chef/knife/diff.rb @@ -24,7 +24,7 @@ class Chef category "path-based" deps do - require_relative "../chef_fs/command_line" + require "chef/chef_fs/command_line" unless defined?(Chef::ChefFS::CommandLine) end option :recurse, |