Merge pull request #11114 from Bo98/tab-version-scheme
formula_installer: fix version scheme not being set in the tab
This commit is contained in:
commit
f16c606ba6
@ -1160,6 +1160,7 @@ class FormulaInstaller
|
|||||||
tab.aliases = formula.aliases
|
tab.aliases = formula.aliases
|
||||||
tab.arch = Hardware::CPU.arch
|
tab.arch = Hardware::CPU.arch
|
||||||
tab.source["versions"]["stable"] = formula.stable.version.to_s
|
tab.source["versions"]["stable"] = formula.stable.version.to_s
|
||||||
|
tab.source["versions"]["version_scheme"] = formula.version_scheme
|
||||||
tab.source["path"] = formula.specified_path.to_s
|
tab.source["path"] = formula.specified_path.to_s
|
||||||
tab.source["tap_git_head"] = formula.tap&.git_head
|
tab.source["tap_git_head"] = formula.tap&.git_head
|
||||||
tab.tap = formula.tap
|
tab.tap = formula.tap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user