diff options
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/doctor.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/doctor.rb b/Library/Homebrew/cask/lib/hbc/cli/doctor.rb index ff4a37bcf..1ad5eaff5 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/doctor.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/doctor.rb @@ -17,7 +17,7 @@ module Hbc end def summary_header - "Cask's Doctor checkup" + "Cask's Doctor Checkup" end def run @@ -29,7 +29,7 @@ module Hbc check_environment_variables puts summary unless success? - raise CaskError, "Your system is not ready for Cask." unless success? + raise CaskError, "There are some problems with your setup." unless success? end def check_software_versions |
