Remove raise error logic in windows smb capability
This commit is contained in:
parent
63d1b5e33d
commit
61bfbade48
|
@ -11,10 +11,6 @@ module VagrantPlugins
|
|||
def self.smb_installed(env)
|
||||
psv = Vagrant::Util::PowerShell.version.to_i
|
||||
if psv < 3
|
||||
if raise_error
|
||||
raise SyncedFolderSMB::Errors::PowershellVersion,
|
||||
version: psv.to_s
|
||||
end
|
||||
return false
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue