diff --git a/lib/escort/setup/configuration/loader.rb b/lib/escort/setup/configuration/loader.rb index 2e42276..01d773b 100644 --- a/lib/escort/setup/configuration/loader.rb +++ b/lib/escort/setup/configuration/loader.rb @@ -29,7 +29,7 @@ def config_filename end def config_path - @config_path ||= (auto_options.non_default_config_path || locator.locate || default_config_path) + @config_path ||= (@auto_options.non_default_config_path || locator.locate || default_config_path) end def locator