Fix typo on ComunicatorSSH plugin name
This commit is contained in:
parent
6babeb4188
commit
3c4002ac4e
|
@ -3,7 +3,7 @@ require "vagrant"
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module CommunicatorSSH
|
module CommunicatorSSH
|
||||||
class Plugin < Vagrant.plugin("2")
|
class Plugin < Vagrant.plugin("2")
|
||||||
name "ssh communiator"
|
name "ssh communicator"
|
||||||
description <<-DESC
|
description <<-DESC
|
||||||
This plugin allows Vagrant to communicate with remote machines using
|
This plugin allows Vagrant to communicate with remote machines using
|
||||||
SSH as the underlying protocol, powered internally by Ruby's
|
SSH as the underlying protocol, powered internally by Ruby's
|
||||||
|
|
Loading…
Reference in New Issue