Fix incorrect path

This commit is contained in:
2026-07-07 22:25:19 +01:00
parent a859bab33d
commit 1cae22ad2c
+1 -1
View File
@@ -10,7 +10,7 @@ def load_config!
path = config_path path = config_path
unless File.exist?(path) unless File.exist?(path)
load "./defaults.rb" load "../src/ruby/defaults.rb"
return return
end end