From 51df0860ccc8e16f7ed86e26812822e086cc4c15 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Wed, 27 Feb 2019 16:52:37 -0600 Subject: [PATCH] Update dependencies --- shard.yml | 1 - src/invidious.cr | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/shard.yml b/shard.yml index 3ce6e76f..6f63fed2 100644 --- a/shard.yml +++ b/shard.yml @@ -13,7 +13,6 @@ dependencies: github: detectlanguage/detectlanguage-crystal kemal: github: kemalcr/kemal - commit: afd17fc pg: github: will/crystal-pg sqlite3: diff --git a/src/invidious.cr b/src/invidious.cr index 78c7c6e1..189c256b 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -78,7 +78,7 @@ Kemal.config.extra_options do |parser| end end -Kemal::CLI.new +Kemal::CLI.new ARGV PG_URL = URI.new( scheme: "postgres",