lib/tfa/storage.rb in tfa-0.0.6 vs lib/tfa/storage.rb in tfa-0.0.7
- old
+ new
@@ -1,7 +1,7 @@
module TFA
class Storage
- def initialize(filename)
+ def initialize(filename:)
@storage = PStore.new(File.join(Dir.home, ".#{filename}.pstore"))
end
def all_secrets
open_readonly do |storage|