Made `last_updated_at` `created_at` instead

This commit is contained in:
Mitchell Hashimoto 2010-04-30 23:35:30 -07:00
parent 422951f0eb
commit 4e9653f95e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module Vagrant
def add(vm)
list[vm.uuid] = {
:path => env.root_path,
:last_updated => Time.now.to_i
:created_at => Time.now.to_i
}
save