lib/evertils/config.rb in evertils-2.2.2 vs lib/evertils/config.rb in evertils-2.2.3

- old
+ new

@@ -24,15 +24,9 @@ def bootstrap! populate_config return if valid_config? - # no config file found, lets create one using the firstrun controller - require 'client/controller/firstrun' - - controller = Evertils::Controller::Firstrun.new - controller.default - populate_config end # Returns a hash of all module constants and their values def options \ No newline at end of file