We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ea0a5 commit 38577a1Copy full SHA for 38577a1
1 file changed
lib/github/auth/keys_file.rb
@@ -32,8 +32,8 @@ def delete!(keys)
32
end
33
34
def github_users
35
- # http://rubular.com/r/2LjIGaKObz
36
- regex = %r{github\.com/(.+)}
+ # http://rubular.com/r/zXCkewmm0i
+ regex = %r{github\.com/(\S+)}
37
keys_file_content.scan(regex).flatten.uniq.sort
38
39
0 commit comments