Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
fix exception name
Browse files Browse the repository at this point in the history
Signed-off-by: Navyasri Canumalla <[email protected]>
  • Loading branch information
carpeliam authored and Navyasri Canumalla committed Sep 30, 2015
1 parent 7a7ccfa commit bda26fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-ssh-login
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rescue OptionParser::InvalidOption => e
rescue => e
puts e.message
puts parser
exit (e.is_a? Clortho::SSHSetup::UserNotFoundError) ? 2 : 1
exit (e.is_a? Clortho::UserNotFoundError) ? 2 : 1
end

puts "Key will expire at #{ssh_setup.key_expiry}"

0 comments on commit bda26fc

Please sign in to comment.