diff --git a/plugins/pushes/atlas/push.rb b/plugins/pushes/atlas/push.rb index 48f6e5b5f..8a892fa2c 100644 --- a/plugins/pushes/atlas/push.rb +++ b/plugins/pushes/atlas/push.rb @@ -23,7 +23,7 @@ module VagrantPlugins # if we're on a system that doesn't support exec, so handle that properly. def execute(uploader) cmd = [] - cmd << "-debug" if !Vagrant.log_level.empty? + cmd << "-debug" if !Vagrant.log_level.nil? cmd << "-vcs" if config.vcs cmd += config.includes.map { |v| ["-include", v] } cmd += config.excludes.map { |v| ["-exclude", v] }