lib/neetob/cli/neeto_deploy/config_vars/upsert.rb in neetob-0.4.28 vs lib/neetob/cli/neeto_deploy/config_vars/upsert.rb in neetob-0.4.30

- old
+ new

@@ -46,10 +46,10 @@ private def upsert_config_variables(app, vars) ui.info("\nWorking on #{app}") vars.each do |key, val| - ui.info(`neetodeploy config set #{key}='#{val}' -a #{app}`) + ui.info(`neetodeploy env set #{key}='#{val}' -a #{app}`) end end def check_the_given_arguments if (!apps.nil? && !required_config_vars_with_project_keys_json_file_path.nil?) ||