aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compatibility.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compatibility.rb')
-rw-r--r--Library/Homebrew/compatibility.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compatibility.rb b/Library/Homebrew/compatibility.rb
index e9008045b..43180ce1e 100644
--- a/Library/Homebrew/compatibility.rb
+++ b/Library/Homebrew/compatibility.rb
@@ -54,7 +54,7 @@ class Formula
# Don't resolve paths or URLs
return name if name.include?("/")
- aka = HOMEBREW_REPOSITORY/:Library/:Aliases/name
+ aka = HOMEBREW_REPOSITORY+"Library/Aliases"+name
if aka.file?
aka.realpath.basename('.rb').to_s
else