We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4ea3c commit 0dbd7afCopy full SHA for 0dbd7af
dev/setup-env.sh
@@ -10,7 +10,7 @@ else
10
exit 1
11
fi
12
13
-MAJOR_VERSION=$(echo $VERSION_ID | cut -d. -f1)
+MAJOR_VERSION=$(echo $OS_VERSION | cut -d. -f1)
14
15
PYTHON_VERSION=""
16
0 commit comments