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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/data_bag_from_file.rb b/lib/chef/knife/data_bag_from_file.rb
index 33d37210fa..050c9b404f 100644
--- a/lib/chef/knife/data_bag_from_file.rb
+++ b/lib/chef/knife/data_bag_from_file.rb
@@ -17,7 +17,7 @@
# limitations under the License.
#
-require_relative ""
+require_relative "../knife"
require_relative "../util/path_helper"
require_relative "data_bag_secret_options"