Add deleted casks to report dump.

Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Michelle Nguyen(she/her) 2020-03-03 10:03:46 -05:00 committed by Michelle Nguyen
parent 1f5f9b37c7
commit 352774e80f

View File

@ -426,6 +426,7 @@ class ReporterHub
dump_formula_report :R, "Renamed Formulae"
dump_formula_report :D, "Deleted Formulae"
dump_formula_report :MC, "Updated Casks"
dump_formula_report :DC, "Deleted Casks"
end
private