summaryrefslogtreecommitdiff
path: root/lib/chef/knife/cookbook_metadata.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/cookbook_metadata.rb')
-rw-r--r--lib/chef/knife/cookbook_metadata.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/cookbook_metadata.rb b/lib/chef/knife/cookbook_metadata.rb
index 2b25f505a0..a0560be029 100644
--- a/lib/chef/knife/cookbook_metadata.rb
+++ b/lib/chef/knife/cookbook_metadata.rb
@@ -16,15 +16,15 @@
# limitations under the License.
#
-require "chef/knife"
+require_relative ""
class Chef
class Knife
class CookbookMetadata < Knife
deps do
- require "chef/cookbook_loader"
- require "chef/cookbook/metadata"
+ require_relative "../cookbook_loader"
+ require_relative "../cookbook/metadata"
end
banner "knife cookbook metadata COOKBOOK (options)"