10000 Update a comment · akv-platform/python-versions@93c6627 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93c6627

Browse files
Update a comment
Co-authored-by: Marko Zivic <100996310+marko-zivic-93@users.noreply.github.com>
1 parent 14f269e commit 93c6627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/macos-pkg-setup-template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ln -s ./bin/$PYTHON_MAJOR_DOT_MINOR python
5555

5656
cd bin/
5757

58-
# This symlink already exists if Python version with the same major.minor version is already installed,
58+
# This symlink already exists if Python version with the same major.minor version is installed,
5959
# since we do not remove the framework folder
6060
if [ ! -f $PYTHON_MAJOR_MINOR ]; then
6161
ln -s $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJOR_MINOR

0 commit comments

Comments
 (0)
0