summaryrefslogtreecommitdiff
path: root/lib/chef/knife/key_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/key_show.rb')
-rw-r--r--lib/chef/knife/key_show.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/key_show.rb b/lib/chef/knife/key_show.rb
index 522f7a1a77..4b9ff617ef 100644
--- a/lib/chef/knife/key_show.rb
+++ b/lib/chef/knife/key_show.rb
@@ -16,9 +16,9 @@
# limitations under the License.
#
-require 'chef/key'
-require 'chef/json_compat'
-require 'chef/exceptions'
+require "chef/key"
+require "chef/json_compat"
+require "chef/exceptions"
class Chef
class Knife