lib/elasticonf/config.rb in elasticonf-1.1.1 vs lib/elasticonf/config.rb in elasticonf-1.1.2
- old
+ new
@@ -33,10 +33,10 @@
end
@config_root = value.is_a?(Pathname) ? value : Pathname.new(value.to_s)
end
def config_file
- @config_file ||= 'config'
+ @config_file ||= 'settings'
end
def config_file=(value)
unless [String, Symbol].include?(value.class)
raise ArgumentError, "String or Symbol expected #{value.class} given"
\ No newline at end of file