Skip to content
Snippets Groups Projects
Commit 23c2ec56 authored by Jack Nagel's avatar Jack Nagel
Browse files

Prefer interpolation to concatenation

parent 9e8638ea
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ module Homebrew extend self
def describe_x11
return "N/A" unless MacOS::XQuartz.installed?
return "#{MacOS::XQuartz.version} => " + describe_path(MacOS::XQuartz.prefix)
return "#{MacOS::XQuartz.version} => #{describe_path(MacOS::XQuartz.prefix)}"
end
def describe_perl
......
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