diff options
Diffstat (limited to 'Library/Homebrew/cmd/gist-logs.rb')
| -rw-r--r-- | Library/Homebrew/cmd/gist-logs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/gist-logs.rb b/Library/Homebrew/cmd/gist-logs.rb index bdb0fa9b0..72616463d 100644 --- a/Library/Homebrew/cmd/gist-logs.rb +++ b/Library/Homebrew/cmd/gist-logs.rb @@ -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 |
