From dba2fe55527fee88c12e7a7fcda709d00576a9da Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 29 Oct 2014 17:54:36 -0700 Subject: silently fail if ssh_key cannot be loaded --- lib/leap_cli/ssh_key.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/leap_cli/ssh_key.rb b/lib/leap_cli/ssh_key.rb index a525128..bd5bf43 100644 --- a/lib/leap_cli/ssh_key.rb +++ b/lib/leap_cli/ssh_key.rb @@ -33,6 +33,7 @@ module LeapCli end end return key + rescue StandardError => exc end def self.load_from_file(filename) -- cgit v1.2.3