mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-31 04:37:50 +00:00
Merge pull request #16927 from judaew/patch-2
make: Use PYTHON var for .install.pre-commit
This commit is contained in:
commit
693aa0c730
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -937,7 +937,7 @@ install.tools: .install.golangci-lint .install.swagger ## Install needed tools
|
|||
.PHONY: .install.pre-commit
|
||||
.install.pre-commit:
|
||||
if [ -z "$(PRE_COMMIT)" ]; then \
|
||||
python3 -m pip install --user pre-commit; \
|
||||
$(PYTHON) -m pip install --user pre-commit; \
|
||||
fi
|
||||
|
||||
.PHONY: uninstall
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue