Fix Sublime Text

There was an inconsistency between the cask filename
and the class name which caused an exception to be
thrown when running `brew cask search` (and possibly
other commands).
This commit is contained in:
Félix Saparelli 2012-09-24 00:50:58 +12:00
parent ce9c568d18
commit c17113b347
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class SublimeText2 < Cask
class SublimeText < Cask
url 'http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1.dmg'
homepage 'http://www.sublimetext.com/2'
version '2.0.1'