lib/arii/agent.rb in arii-1.0.5 vs lib/arii/agent.rb in arii-1.0.6
- old
+ new
@@ -72,10 +72,10 @@
begin
@d.objects.each do |object|
@d.detect object
end
- #@checkup[:templates] = @d.templates.uniq
+ @checkup[:templates] = @d.templates.uniq
rescue Exception => e
ARII::Config.log.error(self.class.name) {"Detection error: #{e}"}
end
begin
\ No newline at end of file