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 beda1e6 commit fe4ea3cCopy full SHA for fe4ea3c
dev/setup-env.sh
@@ -5,7 +5,7 @@ set -euo pipefail
5
if [[ -f /etc/os-release ]]; then
6
. /etc/os-release
7
OS=$ID
8
- VERSION_ID=$VERSION_ID
+ OS_VERSION=$VERSION_ID
9
else
10
exit 1
11
fi
0 commit comments