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 f2cbb1369b..e029ec4b22 100644
--- a/lib/chef/knife/data_bag_from_file.rb
+++ b/lib/chef/knife/data_bag_from_file.rb
@@ -60,6 +60,7 @@ class Chef
end
private
+
def data_bags_path
@data_bag_path ||= "data_bags"
end