diff --git a/lib/ES/Util.pm b/lib/ES/Util.pm index c5a0c2a6fd984..d57e8c303b1f5 100644 --- a/lib/ES/Util.pm +++ b/lib/ES/Util.pm @@ -109,7 +109,7 @@ sub build_chunked { "$dest/index.xml" ); # TODO copy_resources? - # TODO clean the xml files + unlink "$dest/index.xml"; 1; } or do { $output = $@; $died = 1; }; } @@ -232,7 +232,7 @@ sub build_single { "$dest/index.xml" ); # TODO copy_resources? - # TODO clean the xml file + unlink "$dest/index.xml"; 1; } or do { $output = $@; $died = 1; }; }