aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorMike McQuaid2015-02-12 16:02:23 +0000
committerMike McQuaid2015-02-13 10:58:43 +0000
commit0caa1912d94f78af826a6abdc06c92e4e46df5d2 (patch)
tree0d084985ad6ea808fe042bb42b81e5a35b94e69f /Library/Homebrew/formula.rb
parent7004d3de0dd2d39ec44ccfc6bc481053555ea4d3 (diff)
downloadbrew-0caa1912d94f78af826a6abdc06c92e4e46df5d2.tar.bz2
Move "path or URL" tap string to global constant.
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index d9004c72a..6e76a34d8 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -540,7 +540,7 @@ class Formula
elsif core_formula?
"Homebrew/homebrew"
else
- "path or URL"
+ HOMEBREW_PATH_URL_TAP
end
end