summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-02-27 16:52:37 -0600
committerOmar Roth <omarroth@hotmail.com>2019-02-27 16:52:37 -0600
commit51df0860ccc8e16f7ed86e26812822e086cc4c15 (patch)
tree05f658ed79adc104a87f85336d9228defa20af59
parente4f397d049e064d5efc13c4ec25b63efce33d6d3 (diff)
downloadinvidious-51df0860ccc8e16f7ed86e26812822e086cc4c15.tar.gz
invidious-51df0860ccc8e16f7ed86e26812822e086cc4c15.tar.bz2
invidious-51df0860ccc8e16f7ed86e26812822e086cc4c15.zip
Update dependencies
-rw-r--r--shard.yml1
-rw-r--r--src/invidious.cr2
2 files changed, 1 insertions, 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",