lib/minke/encryption/key_locator.rb in minke-1.5.2 vs lib/minke/encryption/key_locator.rb in minke-1.5.3

- old
+ new

@@ -11,10 +11,10 @@ full_path = "#{@key_store_path}/#{f}" key = SSHKey.new(File.read(full_path)) return full_path if key.fingerprint == fingerprint rescue - puts "failed to read #{f}" + end end end end end