Skip to content
Snippets Groups Projects
Commit 14657443 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

gist-logs: fix new-issue URL.

parent 25baaa61
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ module Homebrew
def new_issue(repo, title, body)
data = { "title" => title, "body" => body }
GitHub.open("https://api.github.com/repos/MikeMcQuaid/test/issues", data)["html_url"]
GitHub.open("https://api.github.com/repos/#{repo}/issues", data)["html_url"]
end
def gist_logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment