summaryrefslogtreecommitdiff
path: root/lib/chef/knife/data_bag_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/data_bag_show.rb')
-rw-r--r--lib/chef/knife/data_bag_show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/data_bag_show.rb b/lib/chef/knife/data_bag_show.rb
index ef707d6b79..529b0fafcf 100644
--- a/lib/chef/knife/data_bag_show.rb
+++ b/lib/chef/knife/data_bag_show.rb
@@ -17,7 +17,7 @@
# limitations under the License.
#
-require_relative ""
+require_relative "../knife"
require_relative "data_bag_secret_options"
class Chef