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:
parent
cd1298bf35
commit
76afa0e48c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue