Remove extra if

This commit is contained in:
Fabio Rehm 2013-10-03 13:35:17 -03:00
parent 0f1239a1e3
commit 79006095f5

View file

@ -84,7 +84,7 @@ module Vagrant
if namespaces if namespaces
if supports_attach_with_namespaces? if supports_attach_with_namespaces?
extra = ['--namespaces', namespaces] if namespaces extra = ['--namespaces', namespaces]
else else
raise LXC::Errors::NamespacesNotSupported raise LXC::Errors::NamespacesNotSupported
end end