Remove current communicator name from error text
This commit is contained in:
parent
3181b5c1f9
commit
49a9ae4bd9
|
@ -41,8 +41,7 @@ module VagrantPlugins
|
|||
|
||||
with_target_vms(argv, single_target: true) do |machine|
|
||||
if machine.config.vm.communicator != :winrm
|
||||
raise Vagrant::Errors::WinRMInvalidCommunicator,
|
||||
communicator: machine.config.vm.communicator
|
||||
raise Vagrant::Errors::WinRMInvalidCommunicator
|
||||
end
|
||||
|
||||
opts = {
|
||||
|
|
|
@ -1707,8 +1707,7 @@ en:
|
|||
to start the virtual machine.
|
||||
winrm_invalid_communicator: |-
|
||||
The winrm command requires a WinRM communicator to be used when connecting
|
||||
to the guest. The guest is currently using a %{communicator} communicator.
|
||||
Please update your configuration and try the command again.
|
||||
to the guest. Please update your configuration and try the command again.
|
||||
wsl_vagrant_version_mismatch: |-
|
||||
Vagrant cannot currently enable access to manage machines within the Windows
|
||||
environment because the version of Vagrant installed on Windows does not
|
||||
|
|
Loading…
Reference in New Issue