lib/jack/config/upload.rb in jack-eb-0.1.6 vs lib/jack/config/upload.rb in jack-eb-0.2.0
- old
+ new
@@ -45,11 +45,11 @@
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] || @options[:force]
+ print "yes/no? [no] " unless @options[:mute] || @options[:force]
answer = get_answer
answer =~ /^y/
end
def get_answer
@@ -88,6 +88,6 @@
FileUtils.rm_f(@upload_path)
end
end
end
-end
\ No newline at end of file
+end