Skip to content
Snippets Groups Projects
Commit 5ab904ed authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #2444 from rwhogg/java-req-add-newline

java_requirement: Add newline to failure message
parents 8ea778f7 c3b309e7
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ class JavaRequirement < Requirement
def message
version_string = " #{@version}" if @version
s = "Java#{version_string} is required to install this formula."
s = "Java#{version_string} is required to install this formula.\n"
s += super
s
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment