1
0
Fork 0
mirror of https://github.com/vbatts/persistent-shell-history.git synced 2024-10-31 21:36:38 +00:00

fix reference to history store

This commit is contained in:
Vincent Batts 2012-08-23 21:20:08 -04:00
parent cd1298bf35
commit 76afa0e48c

View file

@ -29,7 +29,7 @@ OptionParser.new do |opts|
end end
end.parse!(ARGV) end.parse!(ARGV)
bh = Persistent::Shell::DataStore.new(bh_options) bh = Persistent::Shell::OldHistoryStore.new(bh_options)
if options[:inspect] if options[:inspect]
p bh p bh