Skip to content
Snippets Groups Projects
Commit 84ec045f authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #2369 from MikeMcQuaid/update-migrated-not-deleted

update-report: migrated formulae were not deleted.
parents 00af5250 ae43415f
No related branches found
No related tags found
No related merge requests found
......@@ -361,7 +361,10 @@ class Reporter
case status
when "A", "D"
@report[status.to_sym] << tap.formula_file_to_name(src)
full_name = tap.formula_file_to_name(src)
name = full_name.split("/").last
new_tap = tap.tap_migrations[name]
@report[status.to_sym] << full_name unless new_tap
when "M"
begin
formula = Formulary.factory(tap.path/src)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment