Skip to content

Commit d516d74

Browse files
fix wording add clarification
1 parent f1f7a3f commit d516d74

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/fix-uninstallable.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# check all revisions in the lockfile if they are installable
2-
# remove if not and the next installable version is installed
2+
# remove if not and the next installable version is added
33
#
4-
# backgroud vor each version there can be only one revision installed
4+
# the script only updates the lock file and does not install
5+
# or uninstall any tools from a Galaxy instance
6+
#
7+
# backgroud for each version there can be only one revision installed
58
# (multiple revisions with the same version happen eg if the version
69
# is not bumbed)
710
#

0 commit comments

Comments
 (0)