Merge pull request #18022 from bevanjkay/update-report
This commit is contained in:
commit
fa53e7b1e5
@ -820,6 +820,8 @@ class ReporterHub
|
|||||||
end
|
end
|
||||||
|
|
||||||
def dump_new_cask_report
|
def dump_new_cask_report
|
||||||
|
return if Homebrew::SimulateSystem.simulating_or_running_on_linux?
|
||||||
|
|
||||||
casks = select_formula_or_cask(:AC).sort.filter_map do |name|
|
casks = select_formula_or_cask(:AC).sort.filter_map do |name|
|
||||||
name.split("/").last unless cask_installed?(name)
|
name.split("/").last unless cask_installed?(name)
|
||||||
end
|
end
|
||||||
@ -836,6 +838,8 @@ class ReporterHub
|
|||||||
end
|
end
|
||||||
|
|
||||||
def dump_deleted_cask_report
|
def dump_deleted_cask_report
|
||||||
|
return if Homebrew::SimulateSystem.simulating_or_running_on_linux?
|
||||||
|
|
||||||
casks = select_formula_or_cask(:DC).sort.filter_map do |name|
|
casks = select_formula_or_cask(:DC).sort.filter_map do |name|
|
||||||
name = name.split("/").last
|
name = name.split("/").last
|
||||||
pretty_uninstalled(name) if cask_installed?(name)
|
pretty_uninstalled(name) if cask_installed?(name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user