python => python3

Signed-off-by: John McMaster <JohnDMcMaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-23 21:09:53 -08:00
parent 1ed532d46d
commit d3a01f5895
1 changed files with 1 additions and 1 deletions

View File

@ -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: