summaryrefslogtreecommitdiff
path: root/lib/chef/knife/data_bag_from_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/data_bag_from_file.rb')
-rw-r--r--lib/chef/knife/data_bag_from_file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/knife/data_bag_from_file.rb b/lib/chef/knife/data_bag_from_file.rb
index aaa1ed4f64..2ff79b6256 100644
--- a/lib/chef/knife/data_bag_from_file.rb
+++ b/lib/chef/knife/data_bag_from_file.rb
@@ -18,6 +18,7 @@
#
require 'chef/knife'
+require 'chef/util/path_helper'
class Chef
class Knife