summaryrefslogtreecommitdiff
path: root/chef/lib/chef/knife/data_bag_from_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/lib/chef/knife/data_bag_from_file.rb')
-rw-r--r--chef/lib/chef/knife/data_bag_from_file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef/lib/chef/knife/data_bag_from_file.rb b/chef/lib/chef/knife/data_bag_from_file.rb
index 2c8417a4f9..6a513e5dc5 100644
--- a/chef/lib/chef/knife/data_bag_from_file.rb
+++ b/chef/lib/chef/knife/data_bag_from_file.rb
@@ -19,6 +19,7 @@
require 'chef/knife'
require 'chef/data_bag'
require 'chef/data_bag_item'
+require 'chef/json'
class Chef
class Knife