diff --git a/Makefile b/Makefile index 4298b9a9..e7cd5990 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ checkdb: echo ; \ echo "Checking $$DB"; \ echo "============================"; \ - $(IN_ENV) python utils/checkdb.py --db-root $$DB; \ + $(IN_ENV) python3 utils/checkdb.py --db-root $$DB; \ fi; done clean: