summaryrefslogtreecommitdiff
path: root/lib/chef/knife/role_create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/role_create.rb')
-rw-r--r--lib/chef/knife/role_create.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/role_create.rb b/lib/chef/knife/role_create.rb
index e9e363e870..8fef2c43cd 100644
--- a/lib/chef/knife/role_create.rb
+++ b/lib/chef/knife/role_create.rb
@@ -16,15 +16,15 @@
# limitations under the License.
#
-require 'chef/knife'
+require "chef/knife"
class Chef
class Knife
class RoleCreate < Knife
deps do
- require 'chef/role'
- require 'chef/json_compat'
+ require "chef/role"
+ require "chef/json_compat"
end
banner "knife role create ROLE (options)"