From 6b4621a7d643d2cabd432fd77bf65ca6dad2aea4 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 26 Mar 2019 15:23:12 -0700 Subject: [PATCH] Fix incorrect utility name. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b004832..7d2cc2ee 100644 --- a/Makefile +++ b/Makefile @@ -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