lib/remnant/base.rb in remnant-0.2.3 vs lib/remnant/base.rb in remnant-0.2.4
- old
+ new
@@ -51,10 +51,10 @@
Rails.logger.info "-----------------------------------------------"
end
# run hook if given
unless Remnant.configuration.custom_hook.nil?
- Remannt.configuration.custom_hook.call(Remnant::Discover.results)
+ Remnant.configuration.custom_hook.call(Remnant::Discover.results)
end
Remnant::Discover.results.clear
end
end