lib/localeapp/cli/command.rb in localeapp-0.7.2 vs lib/localeapp/cli/command.rb in localeapp-0.8.0

- old
+ new

@@ -23,10 +23,10 @@ end end def load_config_file Localeapp.default_config_file_paths.each do |path| - next unless File.exists? path + next unless File.exist? path require path end end end end