Merge pull request #3404 from timcooper/smb-errors
synced_folders/smb: typo in smb errors on error_key call
This commit is contained in:
commit
57fd51bf17
|
@ -19,7 +19,7 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
class PowershellVersion < SMBError
|
class PowershellVersion < SMBError
|
||||||
error_Key(:powershell_version)
|
error_key(:powershell_version)
|
||||||
end
|
end
|
||||||
|
|
||||||
class WindowsHostRequired < SMBError
|
class WindowsHostRequired < SMBError
|
||||||
|
|
Loading…
Reference in New Issue