lib/minke/encryption/key_locator.rb in minke-1.5.8 vs lib/minke/encryption/key_locator.rb in minke-1.5.9
- old
+ new
@@ -15,10 +15,10 @@
rescue
end
end
- throw "Unable to find SSL key matching fingerprint if your SSL keys are not in ~/.ssh you can set the environment variable SSL_KEY_PATH to point to the correct directory."
+ return nil
end
end
end
end