Fix typo in merge - reportable - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 073bc1657ee301f4c961f14247ef1a58cf38bd1f
 (DIR) parent 833bedd80fe51828d065a33490979c39a69ce5a1
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Mon,  8 Sep 2014 01:20:22 -0500
       
       Fix typo in merge
       
       Diffstat:
         M lib/saulabs/reportable/report_cach… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/lib/saulabs/reportable/report_cache.rb b/lib/saulabs/reportable/report_cache.rb
       @@ -98,7 +98,7 @@ module Saulabs
                    elsif reporting_period.last_date_time.past?
                      value = find_value(new_data, reporting_period)
                      if options[:cacheable]
       -                new_cached = build_cached_data(report, options[:grouping], options[:conditions], reporting_period, value))
       +                new_cached = build_cached_data(report, options[:grouping], options[:conditions], reporting_period, value)
                        new_cached.save!
                      end
                      result << [reporting_period.date_time, value]