From ab0276c4a90fd4f3e2e18a837a32d557137b49da Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 26 Dec 2011 18:35:19 -0800 Subject: [PATCH] VM::Modify no longer exists --- lib/vagrant/action/builtin.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant/action/builtin.rb b/lib/vagrant/action/builtin.rb index c28fe5cd4..d96ee8af1 100644 --- a/lib/vagrant/action/builtin.rb +++ b/lib/vagrant/action/builtin.rb @@ -110,7 +110,6 @@ module Vagrant use registry.get(:halt) use VM::ClearForwardedPorts use VM::ClearSharedFolders - use VM::Modify use VM::Export use VM::PackageVagrantfile use VM::Package