File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1759,7 +1759,7 @@ def new_formula_available?
17591759
17601760 sig { returns ( T . nilable ( Formula ) ) }
17611761 def current_installed_alias_target
1762- Formulary . factory ( T . must ( installed_alias_name ) ) if installed_alias_path
1762+ Formulary . factory ( T . must ( full_installed_alias_name ) ) if installed_alias_path
17631763 end
17641764
17651765 # Has the target of the alias used to install this formula changed?
@@ -1787,7 +1787,7 @@ def alias_changed?
17871787 # Otherwise, return self.
17881788 sig { returns ( Formula ) }
17891789 def latest_formula
1790- installed_alias_target_changed? ? T . must ( current_installed_alias_target ) : Formulary . factory ( name )
1790+ installed_alias_target_changed? ? T . must ( current_installed_alias_target ) : Formulary . factory ( full_name )
17911791 end
17921792
17931793 sig { returns ( T ::Array [ Formula ] ) }
You can’t perform that action at this time.
0 commit comments