From 5057bd039c9990aaad3910b8b4881d3b22cae69c Mon Sep 17 00:00:00 2001 From: Sdogruyol Date: Fri, 23 Oct 2015 22:48:30 +0300 Subject: [PATCH] Fix typo in require --- src/kemal.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kemal.cr b/src/kemal.cr index a9f449b..81ac60e 100644 --- a/src/kemal.cr +++ b/src/kemal.cr @@ -1,5 +1,5 @@ require "option_parser" -require "./Kemal/*" +require "./kemal/*" at_exit do OptionParser.parse! do |opts|