Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
revenz committed Apr 30, 2024
2 parents f6730e0 + c741371 commit 577329f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-mods.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
6 changes: 3 additions & 3 deletions repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 577329f

Please sign in to comment.