Skip to content

Commit fe4ea3c

Browse files
bertiethorpesjpb
andauthored
Update dev/setup-env.sh
Co-authored-by: Steve Brasier <[email protected]>
1 parent beda1e6 commit fe4ea3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/setup-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
if [[ -f /etc/os-release ]]; then
66
. /etc/os-release
77
OS=$ID
8-
VERSION_ID=$VERSION_ID
8+
OS_VERSION=$VERSION_ID
99
else
1010
exit 1
1111
fi

0 commit comments

Comments
 (0)