Fix incorrect utility name.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-03-26 15:23:12 -07:00
parent c7d7e9d7ad
commit 6b4621a7d6
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