provisioners/cfengine: fix typo
This commit is contained in:
parent
72030d2180
commit
427d49402d
|
@ -6,7 +6,7 @@ module VagrantPlugins
|
|||
class Provisioner < Vagrant.plugin("2", :provisioner)
|
||||
def provision
|
||||
if @machine.config.vm.communicator == :winrm
|
||||
raise Vagrant::Errors::ProvisionerWinRMUnsupported,a
|
||||
raise Vagrant::Errors::ProvisionerWinRMUnsupported,
|
||||
name: "cfengine"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue