summaryrefslogtreecommitdiff
path: root/lib/chef/knife/osc_user_create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/osc_user_create.rb')
-rw-r--r--lib/chef/knife/osc_user_create.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/osc_user_create.rb b/lib/chef/knife/osc_user_create.rb
index 6c3415473f..c5ccbaa13a 100644
--- a/lib/chef/knife/osc_user_create.rb
+++ b/lib/chef/knife/osc_user_create.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
@@ -27,8 +27,8 @@ class Chef
class OscUserCreate < Knife
deps do
- require 'chef/user'
- require 'chef/json_compat'
+ require "chef/user"
+ require "chef/json_compat"
end
option :file,