From d29a474fbb90ad701f6a274bf866d1e795cc3fc1 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 3 Feb 2015 19:20:12 -0500 Subject: [PATCH] Cleanup that syntax --- plugins/pushes/atlas/push.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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