Skip to content

Commit e339a70

Browse files
committed
Add space for correct syntax
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 0e09ad9 commit e339a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if "%1" EQU "--dev" (
6565
set "CFG_REQUIREMENTS=%DEV_REQUIREMENTS%"
6666
set CFG_DEV_MODE=1
6767
)
68-
if "%1" EQU "--python"(
68+
if "%1" EQU "--python" (
6969
echo "The --python option is now DEPRECATED. Use the PYTHON_EXECUTABLE environment"
7070
echo "variable instead. Run configure --help for details."
7171
exit /b 0

0 commit comments

Comments
 (0)