Fixed typo in smb errors on error_key call

This commit is contained in:
timcooper 2014-04-07 17:21:24 +01:00
parent 1bef7dec61
commit 902202aad9
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