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
|
||||
|
||||
class PowershellVersion < SMBError
|
||||
error_Key(:powershell_version)
|
||||
error_key(:powershell_version)
|
||||
end
|
||||
|
||||
class WindowsHostRequired < SMBError
|
||||
|
|
Loading…
Reference in New Issue