add comment

This commit is contained in:
Dmitry Shibanov
2020-10-05 10:46:06 +03:00
parent 6a8fd16499
commit 3187ff66cf

View File

@@ -17,6 +17,7 @@ function filter_components_by_version {
for item in ${toolsArr[@]}
do
# take the last argument after spliting string by ';'' and '-''
version=$(echo "${item##*[-;]}")
if verlte $minimumVersion $version
then