summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openring.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/openring.go b/openring.go
index 994b608..e1865b8 100644
--- a/openring.go
+++ b/openring.go
@@ -130,7 +130,7 @@ func main() {
if err != nil {
log.Fatal("failed parsing update URL of the feed")
}
- feedLink, _ := url.Parse(feed.Link)
+ feedLink, err := url.Parse(feed.Link)
if err != nil {
log.Fatal("failed parsing canonical feed URL of the feed")
}