From 5d9b1dd7c75b2f71091c2a7bbc623b465c572145 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Tue, 29 Mar 2016 13:26:49 +0200
Subject: [PATCH] cdm-me: Fix minor typo

---
 software/cdn-me/software.cfg.json | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/software/cdn-me/software.cfg.json b/software/cdn-me/software.cfg.json
index 362a3310f..b1fddf0ab 100644
--- a/software/cdn-me/software.cfg.json
+++ b/software/cdn-me/software.cfg.json
@@ -1,13 +1,14 @@
 {
-    "name": "CDN ME",
-    "description": "CDN ME",
-    "serialisation": "xml",
-    "software-type": {
-        "default": {
-            "title": "Default",
-            "description": "Re6st registry",
-            "request": "instance-cdn-me-input-schema.json",
-            "response": "instance-cdn-me-output-schema.json",
-            "index": 0
-        }
+	"name": "CDN ME",
+	"description": "CDN ME",
+	"serialisation": "xml",
+	"software-type": {
+		"default": {
+			"title": "Default",
+			"description": "Re6st registry",
+			"request": "instance-cdn-me-input-schema.json",
+			"response": "instance-cdn-me-output-schema.json",
+			"index": 0
+		}
+	}
 }
\ No newline at end of file
-- 
2.30.9