Cleanup that syntax

This commit is contained in:
Seth Vargo 2015-02-03 19:20:12 -05:00
parent 0dde0b3756
commit d29a474fbb
1 changed files with 1 additions and 2 deletions

View File

@ -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