From b72b70a845b0a9d54bbf55595fb17446121db1c7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 22 Dec 2011 21:20:31 -0800 Subject: [PATCH] DataStore: Remove the file_path check in commit --- lib/vagrant/data_store.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vagrant/data_store.rb b/lib/vagrant/data_store.rb index 50f20f3c0..37908a3ed 100644 --- a/lib/vagrant/data_store.rb +++ b/lib/vagrant/data_store.rb @@ -40,8 +40,6 @@ module Vagrant # Commits any changes to the data to disk. Even if the data # hasn't changed, it will be reserialized and written to disk. def commit - return if !file_path - clean_nil_and_empties if empty?