Merge pull request #3404 from timcooper/smb-errors

synced_folders/smb: typo in smb errors on error_key call
This commit is contained in:
Mitchell Hashimoto 2014-04-07 09:31:30 -07:00
commit 57fd51bf17
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module VagrantPlugins
end
class PowershellVersion < SMBError
error_Key(:powershell_version)
error_key(:powershell_version)
end
class WindowsHostRequired < SMBError