diff --git a/installers/macos-pkg-setup-template.sh b/installers/macos-pkg-setup-template.sh index dcda78d..cada762 100644 --- a/installers/macos-pkg-setup-template.sh +++ b/installers/macos-pkg-setup-template.sh @@ -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