From c857f11965e2d83ddcfdb287033e12c7538be6f1 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Fri, 6 Jun 2014 11:33:15 -0400 Subject: [PATCH] add PATH to doctor --- lib/cask/cli/doctor.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cask/cli/doctor.rb b/lib/cask/cli/doctor.rb index 6c82df9ca0..c7e075bc6a 100644 --- a/lib/cask/cli/doctor.rb +++ b/lib/cask/cli/doctor.rb @@ -22,6 +22,7 @@ class Cask::CLI::Doctor ohai 'Contents of $GEM_HOME Environment Variable:', render_env_var( 'GEM_HOME' ) ohai 'Contents of $GEM_PATH Environment Variable:', render_env_var( 'GEM_PATH' ) ohai 'Contents of $BUNDLE_PATH Environment Variable:', render_env_var( 'BUNDLE_PATH' ) + ohai 'Contents of $PATH Environment Variable:', render_env_var( 'PATH' ) ohai 'Contents of Locale Environment Variables:', render_with_none( locale_variables ) ohai 'Running As Privileged User:', render_with_none_as_error( privileged_uid ) end