diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 841c888af2..6efcc3af3d 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}.