provisioners/cfengine: fix typo

This commit is contained in:
Mitchell Hashimoto 2014-04-12 14:43:18 -07:00
parent 72030d2180
commit 427d49402d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module VagrantPlugins
class Provisioner < Vagrant.plugin("2", :provisioner) class Provisioner < Vagrant.plugin("2", :provisioner)
def provision def provision
if @machine.config.vm.communicator == :winrm if @machine.config.vm.communicator == :winrm
raise Vagrant::Errors::ProvisionerWinRMUnsupported,a raise Vagrant::Errors::ProvisionerWinRMUnsupported,
name: "cfengine" name: "cfengine"
end end