From cdbd2a8e37dbcb61c74ffd145e1de39088fcb91f Mon Sep 17 00:00:00 2001 From: Christoph Behle Date: Sun, 19 Nov 2017 15:28:29 +0100 Subject: [PATCH] Fix a small typo. auto_options should be @auto_options. --- lib/escort/setup/configuration/loader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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