Skip to content

Commit a435fcd

Browse files
maxim-belkinfmichonneau
authored andcommitted
Makefile: use Python to execute repo_check.py
1 parent 38c1c0c commit a435fcd

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
@@ -62,7 +62,7 @@ site : lesson-md
6262

6363
# repo-check : check repository settings.
6464
repo-check :
65-
@bin/repo_check.py -s .
65+
@${PYTHON} bin/repo_check.py -s .
6666

6767
## clean : clean up junk files.
6868
clean :

0 commit comments

Comments
 (0)