Skip to content

Commit 100a163

Browse files
author
Chris Hunt
committed
Rescue keys file errors for 'list' command
1 parent b1ed626 commit 100a163

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)