From c741371f691dd0c4b074b82bee3e83db9ed27cc2 Mon Sep 17 00:00:00 2001 From: Automated Date: Tue, 30 Apr 2024 04:14:21 +0000 Subject: [PATCH] Auto repo.json --- docker-mods.json | 6 +++--- repo.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-mods.json b/docker-mods.json index a10d3c8..5fe908e 100644 --- a/docker-mods.json +++ b/docker-mods.json @@ -1,9 +1,9 @@ [ { "Name": "Python3", - "Description": "Installs Python3 into the Docker container if not already installed", + "Description": "Installs Python3 into the Docker container if it is not already installed.", "Author": "John Andrews", - "Revision": 1, - "Icon": "fab fa-python:#F1F000" + "Revision": 2, + "Icon": "fab fa-python:#FFF000" } ] \ No newline at end of file diff --git a/repo.json b/repo.json index 4087051..ce118ba 100644 --- a/repo.json +++ b/repo.json @@ -641,10 +641,10 @@ { "Path": "DockerMods/Python3.sh", "Name": "Python3", - "Description": "Installs Python3 into the Docker container if not already installed", - "Revision": 1, + "Description": "Installs Python3 into the Docker container if it is not already installed.", + "Revision": 2, "Author": "John Andrews", - "Icon": "fab fa-python:#F1F000" + "Icon": "fab fa-python:#FFF000" } ] } \ No newline at end of file