lib/picky/index/file/json.rb in picky-0.11.1 vs lib/picky/index/file/json.rb in picky-0.11.2

- old
+ new

@@ -12,10 +12,10 @@ end def dump hash hash.dump_json cache_path end def retrieve - raise "Can't retrieve from marshalled file. Use text file." + raise "Can't retrieve from JSON file. Use text file." end end end \ No newline at end of file