diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/tap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 841c888af..6efcc3af3 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -105,7 +105,7 @@ class Tap # an array of all aliases of this {Tap}. # @private def aliases - alias_files.map { |f| f.basename.to_s } + alias_files.map { |f| "#{name}/#{f.basename}" } end # an array of all commands files of this {Tap}. |
