Revert unnecessary change.
This commit is contained in:
parent
20bd4280ff
commit
bdb986f572
@ -279,7 +279,7 @@ class Formula
|
||||
# and is specified to this instance.
|
||||
def installed_alias_path
|
||||
path = build.source["path"] if build.is_a?(Tab)
|
||||
return unless path&.to_s&.match?(%r{#{HOMEBREW_TAP_DIR_REGEX}/Aliases})
|
||||
return unless path&.match?(%r{#{HOMEBREW_TAP_DIR_REGEX}/Aliases})
|
||||
return unless File.symlink?(path)
|
||||
|
||||
path
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user