From 20341503899233a63f17dddc7ed3a1d6d37c99cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Fernandez?= <mickael.fernandez@veremes.com> Date: Thu, 27 Jan 2022 09:39:19 +0100 Subject: [PATCH] Correction virgule --- _install/templates/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_install/templates/properties.json b/_install/templates/properties.json index 545d1e32e..f49dfe1f3 100644 --- a/_install/templates/properties.json +++ b/_install/templates/properties.json @@ -19,5 +19,5 @@ "version": "{{application.branch}}", "build": "{{APP_BUILD}}", "month_year": "{{MONTH_YEAR}}", - "status": "stable", + "status": "stable" } -- GitLab