aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2012-03-16 09:27:40 -0500
committerMisty De Meo2012-03-16 09:27:40 -0500
commitc2f4b3eb3ddd6cd256c3cf4d01b78991a2efb34b (patch)
treee186b9eb20f44058d451239a77521f660627ded8
parentf3408c9c77d51af9e730488b38749375196700de (diff)
downloadhomebrew-c2f4b3eb3ddd6cd256c3cf4d01b78991a2efb34b.tar.bz2
coffee-script: Fix typo in requirements
-rw-r--r--Library/Formula/coffee-script.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb
index 42cde749c..7889cae31 100644
--- a/Library/Formula/coffee-script.rb
+++ b/Library/Formula/coffee-script.rb
@@ -11,7 +11,7 @@ class NodeRequired < Requirement
brew install --HEAD node
EOS
end
- def satisified?
+ def satisfied?
Formula.factory("node").installed? or which('node')
end
def fatal?