We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e984ab9 commit 054d13fCopy full SHA for 054d13f
lib/github/repo.rb
@@ -34,7 +34,7 @@ def from_storage_string(storage_string)
34
end
35
36
def from_api_response(api_response)
37
- new(api_response[:full_name], api_response[:ssh_url])
+ new(api_response[:full_name], api_response[:html_url])
38
39
40
0 commit comments