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