Skip to content

Commit

Permalink
fix bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed May 16, 2023
1 parent c72fc9b commit 664e8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/macos-pkg-setup-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set -e

PYTHON_FULL_VERSION="{{__VERSION_FULL__}}"
PYTHON_PKG_NAME="{{__PKG_NAME__}}"
$ARCHITECTURE="{{__ARCHITECTURE__}}"
ARCHITECTURE="{{__ARCHITECTURE__}}"
MAJOR_VERSION=$(echo $PYTHON_FULL_VERSION | cut -d '.' -f 1)
MINOR_VERSION=$(echo $PYTHON_FULL_VERSION | cut -d '.' -f 2)

Expand Down

0 comments on commit 664e8c9

Please sign in to comment.