From d577ac3e26b1fa81f58bd91398edb605f924cc36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 13 Jun 2022 14:34:54 +0900
Subject: [PATCH] erp5: remove outdated software type description in schema

Since c53d0f43b (software/erp5: Remove create-erp5-site software-type
from json schema, 2018-01-08) instance is always created.
---
 software/erp5/software.cfg.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/software/erp5/software.cfg.json b/software/erp5/software.cfg.json
index 0adf51157..0507c7d91 100644
--- a/software/erp5/software.cfg.json
+++ b/software/erp5/software.cfg.json
@@ -6,7 +6,6 @@
     "default": {
       "title": "Default",
       "software-type": "default",
-      "description": "No automated database modification (ERP5Site is not automatically created).",
       "request": "instance-erp5-input-schema.json",
       "response": "instance-erp5-output-schema.json",
       "index": 0
-- 
2.30.9