diff --git a/plugins/pushes/atlas/push.rb b/plugins/pushes/atlas/push.rb index 7def5077f..e44f65364 100644 --- a/plugins/pushes/atlas/push.rb +++ b/plugins/pushes/atlas/push.rb @@ -41,8 +41,7 @@ module VagrantPlugins # @return [String] def uploader_path # Determine the uploader path - uploader = config.uploader_path - if uploader + if uploader = config.uploader_path return uploader end