summaryrefslogtreecommitdiff
path: root/lib/chef/knife/osc_user_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/osc_user_show.rb')
-rw-r--r--lib/chef/knife/osc_user_show.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/osc_user_show.rb b/lib/chef/knife/osc_user_show.rb
index cb3a77585a..223fefa5e1 100644
--- a/lib/chef/knife/osc_user_show.rb
+++ b/lib/chef/knife/osc_user_show.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/knife'
+require "chef/knife"
# DEPRECATION NOTE
# This code only remains to support users still operating with
@@ -30,8 +30,8 @@ class Chef
include Knife::Core::MultiAttributeReturnOption
deps do
- require 'chef/user'
- require 'chef/json_compat'
+ require "chef/user"
+ require "chef/json_compat"
end
banner "knife osc_user show USER (options)"