Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
use the instance method now that it's exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Jun 20, 2010
1 parent 81f16c1 commit f5ef706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/app.rb
Expand Up @@ -16,7 +16,7 @@ class App < Sinatra::Base

helpers do
def repos
github_request("repos/show/#{github_user.attribs['login']}")
github_request("repos/show/#{github_user.login}")
end
end

Expand Down

0 comments on commit f5ef706

Please sign in to comment.