mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Cleanup that syntax
This commit is contained in:
parent
0dde0b3756
commit
d29a474fbb
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue