From 1cae22ad2c64b2596dad669fd51ab8f805a0243b Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Tue, 7 Jul 2026 22:25:19 +0100 Subject: [PATCH] Fix incorrect path --- src/ruby/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby/config.rb b/src/ruby/config.rb index 8b4f54c..82aced8 100644 --- a/src/ruby/config.rb +++ b/src/ruby/config.rb @@ -10,7 +10,7 @@ def load_config! path = config_path unless File.exist?(path) - load "./defaults.rb" + load "../src/ruby/defaults.rb" return end