Skip to content

Commit

Permalink
fix reference to history store
Browse files Browse the repository at this point in the history
  • Loading branch information
vbatts committed Aug 24, 2012
1 parent cd1298b commit 76afa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bash_history.rb
Expand Up @@ -29,7 +29,7 @@
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
Expand Down

0 comments on commit 76afa0e

Please sign in to comment.