Made `last_updated_at` `created_at` instead
This commit is contained in:
parent
422951f0eb
commit
4e9653f95e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue