[DRE-commits] [vagrant-libvirt] 06/104: Fixed json syntax error

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:55:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.11
in repository vagrant-libvirt.

commit f5559d7761f6f959794c3a3f051aac6a0aff3252
Author: pradels <les.pradels at gmail.com>
Date:   Wed Mar 27 14:54:40 2013 +0100

    Fixed json syntax error
---
 example_box/metadata.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/example_box/metadata.json b/example_box/metadata.json
index b755f46..1cefe8f 100644
--- a/example_box/metadata.json
+++ b/example_box/metadata.json
@@ -1,5 +1,5 @@
 {
-  "provider"     : "libvirt"
-  "format"       : "qcow2"
-  "virtual_size" : "40"
+  "provider"     : "libvirt",
+  "format"       : "qcow2",
+  "virtual_size" : 40
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list