Always print top-level issue URL

This commit is contained in:
Jack Nagel 2014-02-13 23:12:51 -05:00
parent 6dec9f6058
commit fed468c780

View File

@ -339,7 +339,7 @@ module GitHub extend self
return
end
prs.each {|i| yield "#{i["title"]} (#{i["pull_request"]["html_url"]})" }
prs.each { |i| yield "#{i["title"]} (#{i["html_url"]})" }
end
def private_repo?(user, repo)