aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-06 16:26:23 -0700
committerAdam Vandenberg2013-06-06 16:41:27 -0700
commit289144a8daee7afdddf71c7b6e6f2afc30369f77 (patch)
treec070ef78602d4dc02ec0ab4f28c0ba2e7b732532
parent76b89b6a82977488efc66a60ce2005471e166dfd (diff)
downloadhomebrew-289144a8daee7afdddf71c7b6e6f2afc30369f77.tar.bz2
specialties: point to valid examples
-rw-r--r--Library/Homebrew/formula_specialties.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula_specialties.rb b/Library/Homebrew/formula_specialties.rb
index daf9dd6d0..2529243b2 100644
--- a/Library/Homebrew/formula_specialties.rb
+++ b/Library/Homebrew/formula_specialties.rb
@@ -1,13 +1,13 @@
# Base classes for specialized types of formulae.
-# See youtube-dl.rb for an example
+# See chcase for an example
class ScriptFileFormula < Formula
def install
bin.install Dir['*']
end
end
-# See flac.rb for an example
+# See browser for an example
class GithubGistFormula < ScriptFileFormula
def initialize name='__UNKNOWN__', path=nil
url = self.class.stable.url