mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Fix typo in require
This commit is contained in:
parent
4f3245e22e
commit
5057bd039c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
require "option_parser"
|
||||
require "./Kemal/*"
|
||||
require "./kemal/*"
|
||||
|
||||
at_exit do
|
||||
OptionParser.parse! do |opts|
|
||||
|
|
Loading…
Reference in a new issue