aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/xcode.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 0ec9e0bd1..bc35fa4ed 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -21,7 +21,7 @@ module MacOS::Xcode extend self
case MacOS.version
when 10.5 then "3.1.4"
when 10.6 then "3.2.6"
- when 10.7..10.8 then "4.6.2"
+ when 10.7, 10.8 then "4.6.2"
else
raise "Mac OS X '#{MacOS.version}' is invalid"
end