From 76afa0e48cab3acf585ffda72c6127587c66682e Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 23 Aug 2012 21:20:08 -0400 Subject: [PATCH] fix reference to history store --- bin/bash_history.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bash_history.rb b/bin/bash_history.rb index cc5e6e7..2f81789 100755 --- a/bin/bash_history.rb +++ b/bin/bash_history.rb @@ -29,7 +29,7 @@ OptionParser.new do |opts| end end.parse!(ARGV) -bh = Persistent::Shell::DataStore.new(bh_options) +bh = Persistent::Shell::OldHistoryStore.new(bh_options) if options[:inspect] p bh