Skip to content

Commit 6c55e0c

Browse files
committed
change env var check
1 parent f025f4b commit 6c55e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ else
3131
PLONE_VERSION := 6.1.2
3232
endif
3333

34-
ifdef python-version
34+
ifdef $(python-version)
3535
PYTHON_VERSION := $(python-version)
3636
else
3737
PYTHON_VERSION := 3.10

0 commit comments

Comments
 (0)