From a67dd3cb6f00bf28fe26980be7d31cdac00def00 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 15 Feb 2010 00:04:13 -0800 Subject: [PATCH] Removed old VM code for VM creation. Lots of code removed! --- lib/vagrant/vm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/vm.rb b/lib/vagrant/vm.rb index b3313e8bd..5561558aa 100644 --- a/lib/vagrant/vm.rb +++ b/lib/vagrant/vm.rb @@ -116,7 +116,7 @@ error end results end - + def destroy if @vm.running? logger.info "VM is running. Forcing immediate shutdown..."