Merge pull request #402 from mcmasterg/makefile_python3

python => python3
This commit is contained in:
John McMaster 2018-12-23 21:28:37 -08:00 committed by GitHub
commit 0fe3f4293b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: