From 93c66279f29f479e2d003a0c92a59f10f17c63ae Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Mon, 28 Nov 2022 12:07:33 +0100 Subject: [PATCH] Update a comment Co-authored-by: Marko Zivic <100996310+marko-zivic-93@users.noreply.github.com> --- installers/macos-pkg-setup-template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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