Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
XQuartz.version: return dunno as a string and not a symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Feb 4, 2013
1 parent 0dd0553 commit eaf7dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/macos/xquartz.rb
Expand Up @@ -19,7 +19,7 @@ def version
when 10.5 then "2.1.6"
when 10.6 then "2.3.6"
when 10.7 then "2.6.3"
else :dunno
else "dunno"
end
else
# Finally, try to find it via pkgutil. This is slow, and only works
Expand Down

0 comments on commit eaf7dbf

Please sign in to comment.