aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-29 21:45:38 -0800
committerAdam Vandenberg2012-02-29 21:45:47 -0800
commite6f8f1618388d705883e943b1c4b6aff8e409b1a (patch)
tree3c7d68f57abe7697202ef93af3837babfeafd035 /Library
parentd22eed3f1658dd3f13dec34637143aeb4cfe3991 (diff)
downloadbrew-e6f8f1618388d705883e943b1c4b6aff8e409b1a.tar.bz2
Formula.rb: update a comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 140158ce4..961077c09 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -797,14 +797,14 @@ EOF
end
end
-# see ack.rb for an example usage
+# See youtube-dl.rb for an example
class ScriptFileFormula < Formula
def install
bin.install Dir['*']
end
end
-# see flac.rb for example usage
+# See flac.rb for an example
class GithubGistFormula < ScriptFileFormula
def initialize name='__UNKNOWN__', path=nil
super name, path