Fix incorrect path
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ def load_config!
|
||||
path = config_path
|
||||
|
||||
unless File.exist?(path)
|
||||
load "./defaults.rb"
|
||||
load "../src/ruby/defaults.rb"
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user