Update a comment

Co-authored-by: Marko Zivic <100996310+marko-zivic-93@users.noreply.github.com>
This commit is contained in:
MaksimZhukov 2022-11-28 12:07:33 +01:00 committed by GitHub
parent 14f269ec5f
commit 93c66279f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ ln -s ./bin/$PYTHON_MAJOR_DOT_MINOR python
cd bin/
# This symlink already exists if Python version with the same major.minor version is already installed,
# This symlink already exists if Python version with the same major.minor version is installed,
# since we do not remove the framework folder
if [ ! -f $PYTHON_MAJOR_MINOR ]; then
ln -s $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJOR_MINOR