Fix reference to the wrong error class

This commit is contained in:
Mitchell Hashimoto 2012-04-30 21:07:09 -07:00
parent 582f214024
commit 804f6411fa
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ module VagrantPlugins
env[:vm].channel.upload(temp.path, File.join(config.provisioning_path, "dna.json"))
end
class ChefError < Errors::VagrantError
class ChefError < Vagrant::Errors::VagrantError
error_namespace("vagrant.provisioners.chef")
end