Remove raise error logic in windows smb capability

This commit is contained in:
Chris Roberts 2017-12-21 09:53:51 -08:00
parent 63d1b5e33d
commit 61bfbade48
1 changed files with 0 additions and 4 deletions

View File

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