Skip to content

Commit

Permalink
Update to the new Octokit API.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Shearar committed Sep 27, 2013
1 parent ecb0806 commit fc586e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/octoherder/cli.rb
Expand Up @@ -42,7 +42,7 @@ def self.run(args)
opts[:password] = HighLine.new.ask("Enter password: ") { |q| q.echo = false }
end

kitty = Octokit.new(octoauth(opts))
kitty = Octokit::Client.new(octoauth(opts))
CLI.new.run kitty, opts
end

Expand Down

0 comments on commit fc586e5

Please sign in to comment.