From 5b527c65443f887fd8ce2f76a52466e26565e102 Mon Sep 17 00:00:00 2001 From: John Baublitz Date: Mon, 22 Jan 2024 11:35:23 -0500 Subject: [PATCH] Fix for githooks --- .githooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 2aead09c10..910791057c 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -4,7 +4,7 @@ export PROFILEDIR=debug make fmt-ci && make build && - make stratis-dumpmetadata && + make stratisd-tools && make build-min && make build-no-ipc && make test &&