summaryrefslogtreecommitdiff
path: root/database.go
diff options
context:
space:
mode:
authorhorus2019-04-20 14:53:18 +0200
committerhorus2019-04-20 14:53:18 +0200
commit07a008424cd432b8e62c396423c7235f8a93c373 (patch)
treed78ce2c3e06086c54d43b23fe64c3973723105f6 /database.go
parent9407e1b46b3264888d1fe54ff9d5c37d8036c2e6 (diff)
downloadghrss-07a008424cd432b8e62c396423c7235f8a93c373.tar.gz
Bugfix
Diffstat (limited to 'database.go')
-rw-r--r--database.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/database.go b/database.go
index 9092da2..c6434ff 100644
--- a/database.go
+++ b/database.go
@@ -92,7 +92,7 @@ ORDER BY created_at DESC;
INSERT IGNORE INTO platform (id, name, url) VALUES (
NULL,
"Github",
- "https://github.com/"
+ "https://github.com"
);
`
_, err = app.DB.Exec(init_platform_query)