Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit d1c0e52

Browse files
committed
Fix crash after generating default config
1 parent 173ff2d commit d1c0e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.cr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class Config
3838
abort "Aborting..."
3939
end
4040
default = self.allocate
41+
default.fill_defaults
4142
cfg_dir = File.dirname cfg_path
4243
unless Dir.exists? cfg_dir
4344
Dir.mkdir_p cfg_dir

0 commit comments

Comments
 (0)