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