diff options
Diffstat (limited to 'lib/leap_cli')
-rw-r--r-- | lib/leap_cli/ssh_key.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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) |