Skip to content

Commit 7eb48d5

Browse files
committed
Fix github issue url
1 parent 8816563 commit 7eb48d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/errbit_github_plugin/issue_tracker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def configured?
3737
end
3838

3939
def url
40-
'' # TODO
40+
"https://github.com/#{repo}/issues"
4141
end
4242

4343
def errors

0 commit comments

Comments
 (0)