lib/munge/runner.rb in munge-0.16.0 vs lib/munge/runner.rb in munge-0.17.0
- old
+ new
@@ -37,11 +37,9 @@
when :new, :changed
@writer.write(abspath, content)
@written_items.push(route)
when :double_write_error
raise Errors::DoubleWriteError, item.route
- when :identical
- # Defer to the reporter
end
@reporter.call(item, relpath, write_status)
end
end