mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fixed json syntax error
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"provider" : "libvirt"
|
||||
"format" : "qcow2"
|
||||
"virtual_size" : "40"
|
||||
"provider" : "libvirt",
|
||||
"format" : "qcow2",
|
||||
"virtual_size" : 40
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user