lib/jack/config/upload.rb in jack-eb-0.1.4 vs lib/jack/config/upload.rb in jack-eb-0.1.5

- old
+ new

@@ -45,10 +45,10 @@ If you want to download the config from the environment and overwrite your #{@local_config_path} instead, you can use this command: $ jack config download #{@env_name} $ jack config help download # for more info EOL - print "yes/no? [no] " unless @options[:silent] + print "yes/no? [no] " unless @options[:silent] || @options[:force] answer = get_answer answer =~ /^y/ end def get_answer \ No newline at end of file