aboutsummaryrefslogtreecommitdiffstats
path: root/aports-ghpr.go
diff options
context:
space:
mode:
Diffstat (limited to 'aports-ghpr.go')
-rw-r--r--aports-ghpr.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/aports-ghpr.go b/aports-ghpr.go
index aefc6ec..742c7e9 100644
--- a/aports-ghpr.go
+++ b/aports-ghpr.go
@@ -48,7 +48,7 @@ func main() {
continue
}
- fmt.Println(*pr.Number, *pr.User.Login, *pr.URL, *pr.Title)
+ fmt.Println(*pr.Number, *pr.User.Login, *pr.HTMLURL, *pr.Title)
}
if resp.NextPage == 0 {
break