Skip to content

Commit

Permalink
Revert using SSH URL to HTML URL so it can be opened in the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarjs committed Oct 31, 2020
1 parent e984ab9 commit 054d13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github/repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def from_storage_string(storage_string)
end

def from_api_response(api_response)
new(api_response[:full_name], api_response[:ssh_url])
new(api_response[:full_name], api_response[:html_url])
end
end
end
Expand Down

0 comments on commit 054d13f

Please sign in to comment.