Skip to content

Commit

Permalink
Oops, catching OS X correctly now
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinelliott committed Sep 11, 2011
1 parent 3e22e26 commit 26008ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/agent_orange/operating_system.rb
Expand Up @@ -8,7 +8,7 @@ class OperatingSystem
:ios => 'iphone|ipad|ipod',
:linux => 'linux',
:netbsd => 'netbsd',
:osx => 'osx',
:osx => 'osx|os x',
:windows => 'windows'
}

Expand Down

0 comments on commit 26008ea

Please sign in to comment.