From bc87d6b6e270a95a98acfafcab7c46b1f03eec69 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 13 Nov 2024 10:16:27 +0100 Subject: [PATCH] Fixing wront number in JSON structure This broke installation of github utility --- tools/json/config.software.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/json/config.software.json b/tools/json/config.software.json index 7de919c77..0426cd148 100644 --- a/tools/json/config.software.json +++ b/tools/json/config.software.json @@ -409,7 +409,7 @@ "condition": "! check_if_installed git" }, { - "id": "DEV001", + "id": "DEV002", "description": "Remove tools for cloning and managing repositories (git)", "command": [ "get_user_continue \"This operation will remove git.\n\nDo you wish to continue?\" process_input",