lib/neetob/cli/base.rb in neetob-0.4.4 vs lib/neetob/cli/base.rb in neetob-0.4.5

- old
+ new

@@ -72,10 +72,10 @@ def testing_apps(platform_name) platform_name == :heroku ? ["neeto-dummy"] : ["bigbinary/neeto-dummy"] end - def inform_about_current_working_mode(sandbox_mode, quiet) + def inform_about_current_working_mode(sandbox_mode, quiet = false) return if quiet callout_message = "Running in the sandbox mode. \nOnly \"neeto-dummy\" app will be available." unless sandbox_mode callout_message = "Running in non-sandbox mode. \nAll neeto applications are available. Some of the actions are irreversible."