Skip to content

Commit 643c6fa

Browse files
committed
Merge pull request #21 from chrishunt/rescue-keyfile-errors-for-list
Rescue keys file errors for 'list' command
2 parents b1ed626 + 100a163 commit 643c6fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github/auth/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def remove
5353
\x5> chrishunt, zachmargolis
5454
LONGDESC
5555
def list
56-
puts keys_file.github_users.join(' ')
56+
rescue_keys_file_errors { puts keys_file.github_users.join(' ') }
5757
end
5858

5959
desc 'version', 'Show gh-auth version'

0 commit comments

Comments
 (0)