mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Fixed typo in smb errors on error_key call
This commit is contained in:
parent
1bef7dec61
commit
902202aad9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue