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)
|
def add(vm)
|
||||||
list[vm.uuid] = {
|
list[vm.uuid] = {
|
||||||
:path => env.root_path,
|
:path => env.root_path,
|
||||||
:last_updated => Time.now.to_i
|
:created_at => Time.now.to_i
|
||||||
}
|
}
|
||||||
|
|
||||||
save
|
save
|
||||||
|
|
Loading…
Reference in New Issue