fix reference to history store

This commit is contained in:
Vincent Batts 2012-08-23 21:20:08 -04:00
parent cd1298bf35
commit 76afa0e48c
1 changed files with 1 additions and 1 deletions

View File

@ -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