summaryrefslogtreecommitdiff
path: root/database.go
diff options
context:
space:
mode:
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)