Merge pull request #744 from litghost/fix_checkdb_py

Fix incorrect utility name.
This commit is contained in:
litghost 2019-03-26 15:25:41 -07:00 committed by GitHub
commit b4ca7c687e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ db-check-$(1):
@echo
@echo "Checking $(1) database"
@echo "============================"
@$(IN_ENV) python3 utils/db-check.py --db-root database/$(1)
@$(IN_ENV) python3 utils/checkdb.py --db-root database/$(1)
db-format-$(1):
@echo