lib/cloudstack-cli/base.rb in cloudstack-cli-0.5.4 vs lib/cloudstack-cli/base.rb in cloudstack-cli-0.5.5

- old
+ new

@@ -28,10 +28,10 @@ @config[:secret_key], opts.merge({debug: options[:debug]}) ) end - def load_configuration(config_file = options[:config], env = options[:environment]) + def load_configuration(config_file = options[:config_file], env = options[:environment]) unless File.exists?(config_file) say "Configuration file #{config_file} not found.", :red say "Please run \'cs setup\' to create one." exit 1 end \ No newline at end of file