aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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