From 4c5e3d04e1914f98c326e5bcd3b22acd4a54c782 Mon Sep 17 00:00:00 2001 From: "L. E. Segovia" Date: Mon, 29 Jan 2018 13:43:21 +0000 Subject: [PATCH] Fix @reitermarkus's comments --- Library/Homebrew/cask/lib/hbc/cli/doctor.rb | 4 ++-- 1 file 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 ff4a37bcfc..1ad5eaff55 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