Fix @reitermarkus's comments
This commit is contained in:
parent
691caf4b54
commit
4c5e3d04e1
@ -17,7 +17,7 @@ module Hbc
|
|||||||
end
|
end
|
||||||
|
|
||||||
def summary_header
|
def summary_header
|
||||||
"Cask's Doctor checkup"
|
"Cask's Doctor Checkup"
|
||||||
end
|
end
|
||||||
|
|
||||||
def run
|
def run
|
||||||
@ -29,7 +29,7 @@ module Hbc
|
|||||||
check_environment_variables
|
check_environment_variables
|
||||||
|
|
||||||
puts summary unless success?
|
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
|
end
|
||||||
|
|
||||||
def check_software_versions
|
def check_software_versions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user