Skip to content

Commit 6e7f0f1

Browse files
committed
Fix release script output: update Python variable in release message
1 parent 2730d4e commit 6e7f0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ call %FUNC% UsePython
88
call %FUNC% GetVersion VERSION
99

1010
echo ===========================================================================
11-
echo Making DataLab v%VERSION% release with %WINPYDIRBASE%
11+
echo Making DataLab v%VERSION% release with %PYTHON%
1212
echo ===========================================================================
1313

1414
set destdir=releases\DataLab-v%VERSION%-release

0 commit comments

Comments
 (0)