Skip to content

Commit

Permalink
Use a more descriptive block variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Frederick committed Sep 22, 2014
1 parent 2497e6a commit 52ea63c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/ruby/enterprise/list_all_ssh_keys.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
exit 1
end

Octokit.configure do |c|
c.api_endpoint = "#{hostname}/api/v3"
c.access_token = access_token
Octokit.configure do |kit|
kit.api_endpoint = "#{hostname}/api/v3"
kit.access_token = access_token
end

Octokit.auto_paginate = true
Expand Down

0 comments on commit 52ea63c

Please sign in to comment.