Fix loading of config files
This commit is contained in:
parent
e1e4379300
commit
f42ace98bb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
require "yaml"
|
||||
require "./config/*.cr"
|
||||
require "./config/*"
|
||||
|
||||
class Config
|
||||
YAML.mapping(
|
||||
|
|
Loading…
Reference in a new issue