summaryrefslogtreecommitdiff
path: root/lib/chef/knife/environment_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/environment_show.rb')
-rw-r--r--lib/chef/knife/environment_show.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/environment_show.rb b/lib/chef/knife/environment_show.rb
index 2dd07fe6e9..fe79c3f08d 100644
--- a/lib/chef/knife/environment_show.rb
+++ b/lib/chef/knife/environment_show.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/knife'
+require "chef/knife"
class Chef
class Knife
@@ -25,8 +25,8 @@ class Chef
include Knife::Core::MultiAttributeReturnOption
deps do
- require 'chef/environment'
- require 'chef/json_compat'
+ require "chef/environment"
+ require "chef/json_compat"
end
banner "knife environment show ENVIRONMENT (options)"