Cleanup that syntax
This commit is contained in:
parent
0dde0b3756
commit
d29a474fbb
|
@ -41,8 +41,7 @@ module VagrantPlugins
|
||||||
# @return [String]
|
# @return [String]
|
||||||
def uploader_path
|
def uploader_path
|
||||||
# Determine the uploader path
|
# Determine the uploader path
|
||||||
uploader = config.uploader_path
|
if uploader = config.uploader_path
|
||||||
if uploader
|
|
||||||
return uploader
|
return uploader
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue